Skip to content

reworked a bit render mechanism #333

reworked a bit render mechanism

reworked a bit render mechanism #333

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: fetch-llvm
run: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 15 all && sudo apt-get install libmlir-15-dev mlir-15-tools
- name: showllvm
run: ls /lib/cmake/
- name: collect-dependencies
run: git submodule update --recursive --init
- name: build
run: mkdir build && cd build && cmake ../ && make all -j4 && make test