This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
libetpan
forked from
pEp.foundation/libetpan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Travis build for libetpan
dvh-chacham15-master
Hoa V. DINH
9 years ago
parent
3c99ce26d7
commit
8691c9b8f6
3 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+4
-0
travis/before-script.sh
+7
-0
travis/script.sh
+ 3
- 0
.travis.yml
View File
@ -0,0 +1,3 @@
language
:
c
before_script
:
travis/before-script.sh
script
:
travis/script.sh
+ 4
- 0
travis/before-script.sh
View File
@ -0,0 +1,4 @@
#!/bin/sh
set
-e
apt-get install libsasl2-dev libssl-dev zlib1g-dev
+ 7
- 0
travis/script.sh
View File
@ -0,0 +1,7 @@
#!/bin/sh
set
-e
./configure --with-curl
=
no --disable-db --with_expat
=
no
make
cd
tests
make imap-sample
Write
Preview
Loading…
Cancel
Save