Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
d556b0a9
Commit
d556b0a9
authored
Nov 16, 2018
by
Jurre van Bergen
Browse files
where am I
parent
fe70fa68
Pipeline
#18
failed with stage
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d556b0a9
...
...
@@ -5,7 +5,7 @@ before_script:
-
apt upgrade -y
-
apt install -y build-essential git autoconf libtool libsodium-dev automake libgcrypt20 libglib2.0-dev intltool libxml2-dev git libgcrypt20-dev
-
git clone https://bugs.otr.im/lib/libotr.git
-
cd
./
libotr
/
-
cd libotr
-
autoreconf --install
-
./configure
-
make
...
...
@@ -18,7 +18,11 @@ stages:
build-linux
:
stage
:
build-linux
script
:
-
pwd
-
ls -al
-
cd ..
-
pwd
-
ls -al
-
cd pidgin-otr
-
autoreconf --install
-
make
...
...
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