This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
travis: initial version of Travis config
bboozzoo/socket-source
Maciek Borzecki
9 years ago
parent
ff810b3293
commit
6f0aaaafe5
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
.travis.yml
+ 12
- 0
.travis.yml
View File
@ -0,0 +1,12 @@
# pretend we're building C
language
:
c
compiler:
-
gcc
env:
-
VALAC=valac-0.30
before_install:
-
sudo add-apt-repository -y ppa:vala-team/ppa
-
sudo apt-get update -qq
-
sudo apt-get install -qq ${VALAC}
before_script:
-
autoreconf -if
Write
Preview
Loading…
Cancel
Save