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

Don't do cross-platform CMake builds.

They're tricky tricky tricky tricky.
parent dea182c7
No related branches found
No related tags found
No related merge requests found
...@@ -521,6 +521,10 @@ spec: ...@@ -521,6 +521,10 @@ spec:
- "src/syncterm/build/syncterm*" - "src/syncterm/build/syncterm*"
needs: needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]" - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]"
rules:
- if: '"$[[ inputs.cross_platform ]]" == "yes"'
when: never
- !reference [.rules, rules]
"$[[ inputs.os ]]-$[[ inputs.platform ]] [syncdraw]": "$[[ inputs.os ]]-$[[ inputs.platform ]] [syncdraw]":
extends: extends:
......
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