Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
David Declerck
www
Commits
2065f29d
Unverified
Commit
2065f29d
authored
Aug 24, 2021
by
zapashcanon
Browse files
remove cache
parent
43d8a0dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-7
No files found.
.gitlab-ci.yml
View file @
2065f29d
...
@@ -18,18 +18,12 @@ build:
...
@@ -18,18 +18,12 @@ build:
stage
:
build
stage
:
build
image
:
registry.ocamlpro.com/ocamlpro/ocaml-docker-images:4.12
image
:
registry.ocamlpro.com/ocamlpro/ocaml-docker-images:4.12
before_script
:
before_script
:
-
"
[
-d
_opam
]
||
opam
switch
create
.
ocaml-system
--deps-only
--locked
"
-
opam switch create . ocaml-system --deps-only --locked
-
opam clean --switch-cleanup
-
opam clean --switch-cleanup
script
:
script
:
-
opam exec -- dune build --profile release @all
-
opam exec -- dune build --profile release @all
-
opam exec -- dune runtest
-
opam exec -- dune runtest
-
mv _build/default/src/server.exe .
-
mv _build/default/src/server.exe .
cache
:
key
:
files
:
-
ocpsite.opam
paths
:
-
_opam
artifacts
:
artifacts
:
paths
:
paths
:
-
server.exe
-
server.exe
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment