Skip to content

Commit

Permalink
Revert "fix opam file"
Browse files Browse the repository at this point in the history
This reverts commit 3065711.
  • Loading branch information
darlentar committed Dec 20, 2022
1 parent c94ebcc commit ee6916b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lablqml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build: [
["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH dune build -p lablqml" ] { os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora" }
["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make demos" ] { (os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora") & with-test }

["./configure"] { os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" }
["dune" "build" "-p" name "-j" jobs]
{ os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" }
[make "demos"] { with-test & os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" }
Expand Down

0 comments on commit ee6916b

Please sign in to comment.