Always build testproject as part of CI

This commit is contained in:
gdm85
2021-06-28 18:42:40 +02:00
committed by Christoffer Lerno
parent c9cef7dace
commit 93062d8be0

View File

@@ -24,3 +24,8 @@ jobs:
mkdir build && cd build
cmake .. -DLLVM_DIR=/usr/lib/llvm-11/cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake --build .
- name: Build testproject
run: |
cd resources/testproject
../../build/c3c build