Skip to content
GitLab
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
a8b96e16
Commit
a8b96e16
authored
Oct 11, 2015
by
Thomas Eppers
Browse files
Merge branch 'develop' of gitlab.fsi.hochschule-trier.de:GameDevWeek/gdw_ss15_cpp into develop
parents
1efcd78d
3b3bbd5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a8b96e16
...
@@ -6,7 +6,7 @@ linux:
...
@@ -6,7 +6,7 @@ linux:
stage
:
build
stage
:
build
script
:
script
:
-
./build_deps.sh linux
-
./build_deps.sh linux
-
premake5 --cc=
clang
gmake
-
premake5 --cc=
gcc
gmake
-
make clean
-
make clean
-
make -j
7
-
make -j
7
tags
:
tags
:
...
@@ -19,7 +19,7 @@ release:
...
@@ -19,7 +19,7 @@ release:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
./build_deps.sh linux
-
./build_deps.sh linux
-
premake5 --cc=
clang
gmake
-
premake5 --cc=
gcc
gmake
-
make clean
-
make clean
-
make -j
7
-
make -j
7
-
tar -caf linux.tar.xz assets build
-
tar -caf linux.tar.xz assets build
...
@@ -57,4 +57,4 @@ release_windows:
...
@@ -57,4 +57,4 @@ release_windows:
tags
:
tags
:
-
Windows
-
Windows
only
:
only
:
-
develop
-
develop
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment