Skip to content
Snippets Groups Projects
Commit ed9d3a7c authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

don't rebuild for testing

parent a05b4034
No related branches found
No related tags found
No related merge requests found
......@@ -41,14 +41,19 @@ build:fedora-wayland:
- mkdir build && cd build
- cmake ..
- make
artifacts:
paths:
- build/fggl/
- build/tests/
- build/demos/
test:fedora-wayland:
extends: .fedora-wayland
stage: test
script:
- mkdir build && cd build
- cmake .. && make
- ./tests/testfggl/fggl_test
- cd build && ./tests/testfggl/fggl_test
dependencies:
- build:fedora-wayland
#unit-test-job: # This job runs in the test stage.
# stage: test # It only starts when the job in the build stage completes successfully.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment