Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent 4de6a43 commit b7a6a6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
distribution: zulu
- name: Add MSYS64 to PATH (Windows)
if: runner.os == 'Windows'
run: echo "C:\msys64\usr\bin" >> $GITHUB_PATH
run: |
ls -R C:\msys64
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
- uses: matlab-actions/setup-matlab@v1
- name: Setup Radar Waveform code
run: |
Expand All @@ -30,6 +32,9 @@ jobs:
|| wget https://github.com/MOEAFramework/Archive/raw/main/radar_many.zip
unzip radar_many.zip
cp web_code/testpris.p testpris.p
- name: Test Radar Waveform code
run: |
matlab -r "startEval(8,9,0,'radar','20000')"
- name: Build native programs
run: make -C native
- name: Build and test with Maven
Expand Down

0 comments on commit b7a6a6f

Please sign in to comment.