Merge branch 'master' of gitlab.com:gabriel.alfour/ligo-parser
This commit is contained in:
commit
b3a283d8b8
@ -1,17 +1,21 @@
|
|||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get -y -qq install libhidapi-dev libcap-dev
|
- apt-get -y -qq install libhidapi-dev libcap-dev bubblewrap
|
||||||
- wget https://github.com/ocaml/opam/releases/download/2.0.1/opam-2.0.1-x86_64-linux -O opam-2.0.1-x86_64-linux
|
- wget https://github.com/ocaml/opam/releases/download/2.0.1/opam-2.0.1-x86_64-linux -O opam-2.0.1-x86_64-linux
|
||||||
- mkdir ~/opam-bin
|
- cp opam-2.0.1-x86_64-linux /usr/local/bin/opam
|
||||||
- mv opam-2.0.1-x86_64-linux ~/opam-bin/opam
|
- chmod +x /usr/local/bin/opam
|
||||||
- export PATH="$HOME/opam-bin/opam${PATH:+:}${PATH:-}"
|
- export PATH="/usr/local/bin${PATH:+:}${PATH:-}"
|
||||||
- opam init
|
- echo "$PATH"
|
||||||
- opam repository add jgb https://gitlab.com/gabriel.alfour/tezos-opam-repository.git
|
- printf '' | opam init
|
||||||
- eval $(opam env)
|
- eval $(opam config env)
|
||||||
|
- opam repository add tezos-opam-repository https://gitlab.com/gabriel.alfour/tezos-opam-repository.git
|
||||||
|
- eval $(opam config env)
|
||||||
|
- opam --version
|
||||||
|
- printf '' | ocaml
|
||||||
|
|
||||||
default-job:
|
default-job:
|
||||||
script:
|
script:
|
||||||
- opam install --working-dir .
|
- opam install -y --working-dir .
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- parser.exe
|
- Parser.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user