step 1
All checks were successful
CI & Unit Tests / Unit-Tests (push) Successful in 1m12s

This commit is contained in:
erki 2023-05-15 23:45:38 +03:00
parent d68ca918fa
commit f4f0560ece

View File

@ -16,9 +16,7 @@ jobs:
- name: Configure build - name: Configure build
working-directory: ${{runner.workspace}} working-directory: ${{runner.workspace}}
run: | run: |
mkdir build cmake . -B${{runner.workspace}}/build -H$GITHUB_WORKSPACE \
cd build
cmake .. \
-G"Ninja" \ -G"Ninja" \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DSKULLC_WITH_TESTS=ON -DSKULLC_WITH_TESTS=ON