Skip to content

Commit

Permalink
Divide native builds in triggers and subflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed Jun 26, 2023
1 parent 1fc83e2 commit 3c2c7ef
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,10 @@ jobs:

- name: Run Shell Script
run: |
export HOMEBREW_NO_INSTALL_CLEANUP=true
brew install docker
colima start
./gradlew --parallel compileJava
while true; do
colima status &>/dev/null
if [[ \$? -eq 0 ]]; then
break;
fi
colima start
sleep 5
done
make -C org.alloytools.pardinus.native/satsolvers install
colima stop
Expand Down

0 comments on commit 3c2c7ef

Please sign in to comment.