Skip to content

Commit

Permalink
Add CI step to setup code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent 630dda4 commit f11d667
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: zulu
- uses: matlab-actions/setup-matlab@v1
- name: Setup Radar Waveform code
run: |
cd native/Radar/bin
wget https://perspectival-classi.000webhostapp.com/code/radar_many.zip \
|| wget https://github.com/MOEAFramework/Archive/raw/main/radar_many.zip
unzip radar_many.zip
cp web_code/testpris.p testpris.p
- name: Build native programs
run: make -C native
- name: Build and test with Maven
Expand Down

0 comments on commit f11d667

Please sign in to comment.