Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Sommersemester 2015
Cpp
Deth Buff Arr
Commits
3b3bbd5a
Commit
3b3bbd5a
authored
Oct 09, 2015
by
Michael Ochmann
Browse files
server should now build with gcc just fine
parent
12789100
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3b3bbd5a
...
...
@@ -6,7 +6,7 @@ linux:
stage
:
build
script
:
-
./build_deps.sh linux
-
premake5 --cc=
clang
gmake
-
premake5 --cc=
gcc
gmake
-
make clean
-
make -j
7
tags
:
...
...
@@ -19,7 +19,7 @@ release:
stage
:
deploy
script
:
-
./build_deps.sh linux
-
premake5 --cc=
clang
gmake
-
premake5 --cc=
gcc
gmake
-
make clean
-
make -j
7
-
tar -caf linux.tar.xz assets build
...
...
@@ -57,4 +57,4 @@ release_windows:
tags
:
-
Windows
only
:
-
develop
\ No newline at end of file
-
develop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment