Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Dec 6, 2023
1 parent 48d110c commit b680501
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: zulu
- name: Build native programs (Linux only)
if: runner.os == 'Linux'
- name: Build native programs
run: make -C native
- name: Build and test with Maven
run: mvn package
Expand All @@ -37,3 +36,5 @@ jobs:
cd ${MOEAFRAMEWORK_ROOT}
java -cp "lib/*" org.moeaframework.analysis.tools.Solve -a NSGAII -b GAA -n 10000 -f GAA.result
- name: Check for changes
run: git diff

0 comments on commit b680501

Please sign in to comment.