Skip to content

Commit

Permalink
fix(ci): Re-enable building
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Mar 17, 2024
1 parent 08b50c7 commit de804a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ concurrency: push-build

jobs:
# First, we build and test using the default build options and only open source external libraries
# build-test:
# name: Build & Test
# uses: ./.github/workflows/build-workflow.yml
# with:
# job_count: 4
# build_type: Release
# retention: 30
# upload_artifacts: true
build-test:
name: Build & Test
uses: ./.github/workflows/build-workflow.yml
with:
job_count: 4
build_type: Release
retention: 30
upload_artifacts: true

# Then, we build and test using all licenses included proprietary ones
# build-proprietary:
Expand All @@ -37,14 +37,14 @@ jobs:
# Finally, we run some simple benchmarks
benchmark:
name: Benchmark
# needs: [ build-test ]
needs: [ build-test ]
uses: ./.github/workflows/benchmarker.yml
with:
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
enable_gurobi: false
enable_gams: false
shot_artifact: shot-binary-b22eca247cc8986be66df8f7e5a9cbe6e55a1f70
shot_artifact: shot-binary-${{ github.sha }}
secrets:
gurobi_license: ${{ secrets.GUROBI_LICENSE_FILE }}
gams_license: ${{ secrets.GAMS_LICENSE_FILE }}
Expand Down

0 comments on commit de804a4

Please sign in to comment.