Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed Jul 29, 2024
1 parent 6ad60bb commit e909181
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
webotsVersion: [ R2023b, R2024a ]
webotsTag: [ '', nightly_26_7_2024, R2024a_DeepBlueSim_2024_07_28 ]
include:
- webotsVersion: R2024a
webotsTag: nightly_26_7_2024
- webotsVersion: R2024a
webotsTag: R2024a_DeepBlueSim_2024_07_28
webotsRepository: DeepBlueRobotics/webots
- webotsVersion: R2024a
webotsTag: ''
webotsBaseUrl: https://github.com/DeepBlueRobotics/webots/releases/download/R2024a_DeepBlueSim_2024_07_28
exclude:
- webotsVersion: R2023b
webotsTag: nightly_26_7_2024
- webotsVersion: R2023b
webotsTag: R2024a_DeepBlueSim_2024_07_28
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -32,6 +37,8 @@ jobs:
with:
webotsVersion: ${{ matrix.webotsVersion }}
webotsTag: ${{ matrix.webotsTag || '' }}
webotsRepository: ${{ matrix.webotsRepository || '' }}
webotsBaseUrl: ${{ matrix.webotsBaseUrl || '' }}

- name: Run Webots
run: $RUN_WEBOTS --sysinfo
Expand Down

0 comments on commit e909181

Please sign in to comment.