Skip to content
Snippets Groups Projects
Commit dea182c7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add SyncTERM CMake test build.

So we can be sure it keeps working.
parent f8044342
No related branches found
No related tags found
No related merge requests found
Pipeline #6774 failed
......@@ -505,6 +505,23 @@ spec:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [uifc]"
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [xpdev]"
"$[[ inputs.os ]]-$[[ inputs.platform ]] [syncterm-cmake]":
extends:
- .$[[ inputs.os ]]-build
script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/cryptlib.tgz"
- cd src/syncterm
- mkdir build
- cd build
- cmake ..
- cmake --build .
artifacts:
name: "syncterm-cmake-$[[ inputs.os ]]-$[[ inputs.platform ]]"
paths:
- "src/syncterm/build/syncterm*"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]"
"$[[ inputs.os ]]-$[[ inputs.platform ]] [syncdraw]":
extends:
- .$[[ inputs.os ]]-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment