Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Libraries
libotr-next
Commits
a2211545
Commit
a2211545
authored
Dec 13, 2018
by
Jurre van Bergen
Browse files
first stab at freebsd CI
parent
b56a7047
Pipeline
#49
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a2211545
...
...
@@ -3,6 +3,7 @@ stages:
-
test
-
valgrindtest
-
scanbuild
-
freebsd
build_gcc
:
image
:
offtherecord/libotr-gcc
...
...
@@ -86,3 +87,26 @@ scan_build:
paths
:
-
scanbuild.tar
expire_in
:
1 month
freebsd_build
:
executor
:
freebsd-ci.otr.im
stage
:
freebsd
tags
:
freebsd
script
:
-
autoreconf --install
-
./configure
-
make
-
make install
freebsd_test
:
executor
:
freebsd-ci.otr.im
stage
:
freebsd
tags
:
freebsd
script
:
-
autoreconf --install
-
./configure
-
make
-
make install
-
cd tests
-
make
-
./run.sh ./test_list
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