Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
5c768453
There was an error fetching the commit references. Please try again later.
Commit
5c768453
authored
10 years ago
by
Thomas Edvalson
Browse files
Options
Downloads
Patches
Plain Diff
Remove potentially unnecessary lines in Travis script.
parent
e492a253
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-4
1 addition, 4 deletions
.travis.yml
with
1 addition
and
4 deletions
.travis.yml
+
1
−
4
View file @
5c768453
...
@@ -2,8 +2,6 @@ language: cpp
...
@@ -2,8 +2,6 @@ language: cpp
compiler
:
compiler
:
-
gcc
-
gcc
before_install
:
before_install
:
-
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo apt-get -qq update
-
sudo apt-get -qq update
-
sudo apt-get -qq install libgtest-dev g++-4.8 xorg-dev libglu1-mesa-dev
-
sudo apt-get -qq install libgtest-dev g++-4.8 xorg-dev libglu1-mesa-dev
-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8
90
-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8
90
...
@@ -11,6 +9,5 @@ before_install:
...
@@ -11,6 +9,5 @@ before_install:
-
"
cd
glfw
&&
mkdir
build
&&
cd
build
&&
cmake
..
&&
make
&&
sudo
make
install
;
cd
-"
-
"
cd
glfw
&&
mkdir
build
&&
cd
build
&&
cmake
..
&&
make
&&
sudo
make
install
;
cd
-"
-
"
cd
/usr/src/gtest
&&
sudo
cmake
.
&&
sudo
cmake
--build
.
&&
sudo
mv
libg*
/usr/local/lib/
;
cd
-"
-
"
cd
/usr/src/gtest
&&
sudo
cmake
.
&&
sudo
cmake
--build
.
&&
sudo
mv
libg*
/usr/local/lib/
;
cd
-"
script
:
script
:
-
mkdir build && cd build
-
cmake .
-
cmake ..
-
make -j4
-
make -j4
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment