Skip to content

Commit 5b5bdd2

Browse files
committed
Minor update.
1 parent 2ab5290 commit 5b5bdd2

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

.travis.yml

+5-23
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,18 @@ compiler:
55
- gcc
66

77
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:
308
- git config --global user.name "Travis CI"
319
- git config --global user.email "[email protected]"
3210
- git submodule update --init -- "_site"
3311
- cd _site
3412
- git checkout gh-pages
3513
- cd ..
3614
- bundle install
37-
- jekyll build
15+
16+
script:
17+
- jekyll build --trace
18+
19+
after_success:
3820
- cd _site
3921
- git add --all
4022
- git commit -m "Commit from Travis CI for build $TRAVIS_BUILD_NUMBER ."

_site

Submodule _site updated from 6439dc9 to 30e51ec

0 commit comments

Comments
 (0)