Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
X.organic
Kart-Public
Commits
590a749d
Commit
590a749d
authored
8 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
travis-ci: can not use $CC, let use $GCC
parent
e3c6ee14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+12
-11
12 additions, 11 deletions
.travis.yml
with
12 additions
and
11 deletions
.travis.yml
+
12
−
11
View file @
590a749d
...
@@ -19,7 +19,7 @@ matrix:
...
@@ -19,7 +19,7 @@ matrix:
-
libgl1-mesa-dev
-
libgl1-mesa-dev
-
libgme-dev
-
libgme-dev
-
p7zip-full
-
p7zip-full
env
:
CC=gcc-4.8
env
:
G
CC=gcc-4.8
-
os
:
linux
-
os
:
linux
compiler
:
gcc
compiler
:
gcc
addons
:
addons
:
...
@@ -33,7 +33,7 @@ matrix:
...
@@ -33,7 +33,7 @@ matrix:
-
libgl1-mesa-dev
-
libgl1-mesa-dev
-
libgme-dev
-
libgme-dev
-
p7zip-full
-
p7zip-full
env
:
CC=gcc-4.9
env
:
G
CC=gcc-4.9
-
os
:
linux
-
os
:
linux
compiler
:
gcc
compiler
:
gcc
addons
:
addons
:
...
@@ -47,7 +47,7 @@ matrix:
...
@@ -47,7 +47,7 @@ matrix:
-
libgl1-mesa-dev
-
libgl1-mesa-dev
-
libgme-dev
-
libgme-dev
-
p7zip-full
-
p7zip-full
env
:
CC=gcc-5
env
:
G
CC=gcc-5
-
os
:
linux
-
os
:
linux
compiler
:
gcc
compiler
:
gcc
addons
:
addons
:
...
@@ -61,15 +61,15 @@ matrix:
...
@@ -61,15 +61,15 @@ matrix:
-
libgl1-mesa-dev
-
libgl1-mesa-dev
-
libgme-dev
-
libgme-dev
-
p7zip-full
-
p7zip-full
env
:
CC=gcc-6
env
:
G
CC=gcc-6
-
os
:
linux
-
os
:
linux
compiler
:
clang
compiler
:
clang
-
os
:
osx
#
- os: osx
osx_image
:
beta-xcode6.1
#
osx_image: beta-xcode6.1
compiler
:
gcc
#
compiler: gcc
-
os
:
osx
#
- os: osx
osx_image
:
beta-xcode6.1
#
osx_image: beta-xcode6.1
compiler
:
clang
#
compiler: clang
# - os: osx
# - os: osx
# osx_image: beta-xcode6.2
# osx_image: beta-xcode6.2
# compiler: gcc
# compiler: gcc
...
@@ -114,7 +114,7 @@ matrix:
...
@@ -114,7 +114,7 @@ matrix:
# compiler: clang
# compiler: clang
cache
:
cache
:
apt
:
true
apt
:
true
ccache
:
true
ccache
:
true
directories
:
directories
:
-
$HOME/srb2_cache
-
$HOME/srb2_cache
...
@@ -129,6 +129,7 @@ addons:
...
@@ -129,6 +129,7 @@ addons:
-
p7zip-full
-
p7zip-full
before_script
:
before_script
:
-
set CC=$GCC
-
$CC --version
-
$CC --version
-
wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z
-
wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z
-
7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
-
7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
...
...
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