Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Jul 10, 2019
2 parents 6afe1b3 + cc5fce6 commit 09d805b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ package:docker_ubuntu:
only: [tags, master, develop]
tags: [docker-cli]

package:snap:
.snap_job: &snap_job
stage: package
image: dekker1/minibuild:snap
variables:
Expand All @@ -278,5 +278,13 @@ package:snap:
name: "minizinc_snap_${CI_PIPELINE_ID}"
paths: [minizinc*.snap]
dependencies: []
only: [tags, develop]
tags: [linux, docker]

package:snap:
<<: *snap_job
only: [tag]

package:snap_manual:
<<: *snap_job
except: [tag]
when: manual
2 changes: 1 addition & 1 deletion resources/solvers/globalizer.msc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"executable": "../../../bin/minizinc-globalizer",
"id": "org.minizinc.globalizer",
"isGUIApplication": false,
"mznlib": "-Gglobalizer",
"mznlib": "../globalizer",
"name": "Globalizer",
"supportsMzn": true,
"version": "0.1.6.0",
Expand Down

0 comments on commit 09d805b

Please sign in to comment.