Skip to content

Commit

Permalink
CI: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokesh-Carbonix committed Oct 10, 2023
1 parent 6987987 commit b80bc3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test environment setup
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 6' # every saturday at midnight
workflow_dispatch:


concurrency:
Expand Down Expand Up @@ -104,6 +104,7 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
source ~/.bashrc
git config --global --add safe.directory /__w/CarbonixUAV/carbopilot_V2
./waf configure
./waf rover
Expand All @@ -115,5 +116,6 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
source ~/.bashrc
git config --global --add safe.directory /__w/CarbonixUAV/carbopilot_V2
./waf configure --board CubeOrange
./waf plane

0 comments on commit b80bc3f

Please sign in to comment.