File tree 2 files changed +6
-24
lines changed
2 files changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -5,36 +5,18 @@ compiler:
5
5
- gcc
6
6
7
7
before_install :
8
- - echo "Before install"
9
- # - sudo apt-get install -y xorg-dev libglu1-mesa-dev
10
- # - sudo apt-get install -y libxmu-dev libxi-dev
11
- # - sudo apt-get install -y python3 python3-pip
12
- # - git clone https://github.com/glfw/glfw.git
13
- # - cd glfw && mkdir build && cd build
14
- # - cmake .. && make && sudo make install
15
- # - cd ../..
16
- # - git clone https://github.com/g-truc/glm.git
17
- # - cd glm && git checkout 0.9.9.5
18
- # - mkdir build && cd build
19
- # - cmake -DBUILD_STATIC_LIBS=OFF -DBUILD_SHARED_LIBS=OFF -DGLM_TEST_ENABLE=OFF ..
20
- # - make && sudo make install
21
- # - cd ../..
22
-
23
- script :
24
- - echo "Script"
25
- # - mkdir build && cd build
26
- # - cmake .. && cmake --build .
27
- # - cd ..
28
-
29
- after_success :
30
8
- git config --global user.name "Travis CI"
31
9
-
git config --global user.email "[email protected] "
32
10
- git submodule update --init -- "_site"
33
11
- cd _site
34
12
- git checkout gh-pages
35
13
- cd ..
36
14
- bundle install
37
- - jekyll build
15
+
16
+ script :
17
+ - jekyll build --trace
18
+
19
+ after_success :
38
20
- cd _site
39
21
- git add --all
40
22
- git commit -m "Commit from Travis CI for build $TRAVIS_BUILD_NUMBER ."
You can’t perform that action at this time.
0 commit comments