Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sasdallas committed Oct 25, 2024
2 parents c4f9369 + 24ed92f commit be0dcae
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
run: git config --global --add safe.directory $GITHUB_WORKSPACE


# FlexReboot
- name: Compile and run FlexReboot
run: cd ./FlexReboot && chmod +x ./gradlew && ./gradlew build
# Runs a single command using the runners shell
- name: Build FlexReboot
run: cd ./FlexReboot && chmod +x gradlew && ./gradlew build

- name: Build AdvKit2024
run: cd ./AdvKit2024 && chmod +x gradlew && ./gradlew build

- name: Build PIDArmSim
run: cd ./PIDArmSim && chmod +x gradlew && ./gradlew build

- name: Build TARSReboot
run: cd ./TARSReboot && chmod +x gradlew && ./gradlew build

0 comments on commit be0dcae

Please sign in to comment.