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

if/changes rules aren't merged

parent 1e85e0e1
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,12 @@ spec:
rules:
- if: $NO_JAVASCRIPT == "yes"
when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
"cryptlib-$[[ inputs.os ]]":
extends:
......@@ -174,6 +180,12 @@ spec:
rules:
- if: $CROSS_PLATFORM == "yes"
when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
"syncterm-$[[ inputs.os ]]":
extends:
......@@ -252,3 +264,9 @@ spec:
rules:
- if: $CROSS_PLATFORM == "yes"
when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
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