Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
ad9faaf0
Commit
ad9faaf0
authored
Oct 23, 2019
by
Robert Czechowski
Browse files
Create binary with postgres support in CI/CD
parent
d6db582e
Pipeline
#240
passed with stages
in 10 minutes and 11 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ad9faaf0
...
...
@@ -17,7 +17,7 @@ test:
script
:
-
rustc --version
-
cargo --version
-
cargo test --features "strict" --verbose
-
make stricttest
clippy
:
stage
:
test
...
...
@@ -38,7 +38,7 @@ documentation:
build
:
stage
:
build
script
:
-
cargo build --
release
-
make dyn
release
only
:
-
master
-
deploy
...
...
Makefile
View file @
ad9faaf0
...
...
@@ -7,6 +7,12 @@ test:
release
:
env
OPENSSL_LIB_DIR
=
/usr/lib/x86_64-linux-gnu/
OPENSSL_INCLUDE_DIR
=
/usr/local/include
OPENSSL_STATIC
=
yes
cargo build
--release
--features
'server'
stricttest
:
cargo
test
--features
'strict complete debug'
--verbose
dynrelease
:
cargo build
--release
--features
'server'
format
:
cargo +nightly
fmt
...
...
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