Set up test runner workflow
Some checks failed
Run tests / test (push) Failing after 1m49s

This commit is contained in:
Nikita Lisitsa 2026-07-03 13:04:33 +03:00
parent cb4c20f071
commit 10c2f3ccf1

View file

@ -8,10 +8,21 @@ on:
jobs:
test:
runs-on: docker
container:
image: lisyarus/psemek:package-linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure
run: |
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DPSEMEK_BUILD_TESTS=ON -DCMAKE_PREFIX_PATH="/home/sdl2/install"
- name: Build
run: |
cmake --build . -j
- name: Run tests
run: |
echo "Replace with your real test command"
./tools/test/psemek-run-tests