Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bradley Matusiak
POD
Commits
ad061419
Verified
Commit
ad061419
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
WIP: docker
parent
d253e665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-8
.gitlab-ci.yml
with
6 additions
and
8 deletions
+6
-8
.gitlab-ci.yml
+
6
-
8
View file @
ad061419
#### The image base should be the same as in Dockerfile
#### UPDATE: not used for now
# image: 'rust:slim'
#### The image base is better to be the same as in Dockerfile
image
:
'
rust:slim'
stages
:
-
test
...
...
@@ -11,17 +10,16 @@ variables:
APT_CACHE_DIR
:
$CI_PROJECT_DIR/apt
before_script
:
# WARNING: dirty work-around:
# `libsqlcipher-dev` is right now installed on gitlab-runner (shell) host
-
dpkg -l libsqlcipher-dev
# - apt-get update -yq
# - apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y libsqlcipher-dev
-
apt-get update -yq
-
apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y libsqlcipher-dev
-
rustup component add rustfmt
-
rustup component add clippy
test
:
stage
:
test
tags
:
-
docker
script
:
-
rustc --version
-
cargo --version
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets