Configured GitLab CI
This commit is contained in:
commit
25356c5695
21
.gitlab-ci.yml
Normal file
21
.gitlab-ci.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
before_script:
|
||||||
|
- apt-get update -qq
|
||||||
|
- 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
|
||||||
|
- cp opam-2.0.1-x86_64-linux /usr/local/bin/opam
|
||||||
|
- chmod +x /usr/local/bin/opam
|
||||||
|
- export PATH="/usr/local/bin${PATH:+:}${PATH:-}"
|
||||||
|
- echo "$PATH"
|
||||||
|
- printf '' | opam init
|
||||||
|
- 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:
|
||||||
|
script:
|
||||||
|
- opam install -y --working-dir .
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- Parser.exe
|
Loading…
Reference in New Issue
Block a user