Skip to content

Commit

Permalink
Reintroduce packages [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 26, 2023
1 parent 1606e2b commit eab3f48
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: '**'

jobs:
benchmark:
deploy:
if: ${{ !(github.event_name == 'push') || contains(github.event.head_commit.message, '[deploy]') }}
name: Julia ${{ matrix.julia-version }}, @ ${{ matrix.os }}/${{ matrix.arch }}/${{ github.event_name }}
runs-on: ${{ matrix.os }}
Expand All @@ -17,6 +17,9 @@ jobs:
- julia-version: '1.9.1'
os: ubuntu-22.04
arch: x64
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down
36 changes: 18 additions & 18 deletions scripts/create_sysimage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ mkpath(dirname(SYSIMAGE_PATH))
const PACKAGES = [
# Misc
"Graphs",
# "Karnak",
# "SpecialFunctions",
# # GAMA
# "BinaryWrappers",
# "lib4ti2_jll",
# # JuMP
# "AmplNLWriter",
# "Bonmin_jll",
# "Cbc",
# "Couenne_jll",
# "GLPK",
# "HiGHS",
# "Ipopt",
# "JuMP",
# # QUBO
# "QUBO",
# "DWave",
# "DWaveNeal",
"Karnak",
"SpecialFunctions",
# GAMA
"BinaryWrappers",
"lib4ti2_jll",
# JuMP
"AmplNLWriter",
"Bonmin_jll",
"Cbc",
"Couenne_jll",
"GLPK",
"HiGHS",
"Ipopt",
"JuMP",
# QUBO
"QUBO",
"DWave",
"DWaveNeal",
# Visualization
# "Plots",
# "Measures",
Expand Down

0 comments on commit eab3f48

Please sign in to comment.