We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14204c commit 9667b47Copy full SHA for 9667b47
.travis.yml
@@ -1,17 +1,17 @@
1
language: c
2
-compiler: clang
+compiler: gcc
3
4
before_install:
5
- sudo apt-add-repository -y ppa:vala-team/ppa
6
- sudo apt-get update -qq
7
- sudo apt-get install -qq libfuse-dev libglib2.0-dev cmake git libc6-dev binutils valac libgee-0.8-dev
8
- - cd .//LibcWrapGenerator
+ - cd ./LibcWrapGenerator
9
- valac --pkg gee-0.8 --pkg posix --pkg glib-2.0 --pkg gio-2.0 ./LibcWrapGenerator.vala
10
- sudo ./LibcWrapGenerator --target 2.7 --libdir /lib --output libcwrap.h
11
- sudo cp ./libcwrap.h /usr/include/
12
- cd -
13
- - find .
14
-
+
15
script:
16
- export CC='gcc -U_FORTIFY_SOURCE -include /usr/include/libcwrap.h'
17
- cmake . && make
+ - find . -type f
0 commit comments