Gitea actions #2

Merged
erki merged 16 commits from feature/gitea_actions into master 2023-05-15 20:55:22 +00:00
Showing only changes of commit 3b75a1f3c1 - Show all commits

View File

@ -16,11 +16,10 @@ jobs:
- name: Configure build - name: Configure build
working-directory: ${{runner.workspace}} working-directory: ${{runner.workspace}}
run: | run: |
cmake . -Bbuild -H${{runner.workspace}} \ cmake . -B${{runner.workspace}}/build -H${{runner.workspace}} \
-G"Ninja" \ -G"Ninja" \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DSKULLC_WITH_TESTS=ON -DSKULLC_WITH_TESTS=ON
ls ${{runner.workspace}}
- name: Build tests + lib - name: Build tests + lib
working-directory: ${{runner.workspace}}/build working-directory: ${{runner.workspace}}/build