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
Dependencies
Cpp
mirrage
Commits
113e5104
Commit
113e5104
authored
Jun 21, 2018
by
Florian Oetke
Browse files
integrated large models into CI artefacts
parent
2a6512ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
113e5104
...
...
@@ -17,6 +17,9 @@ build_gcc:
-
rm -rf /build/src
-
cmake -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=../bin -DCMAKE_BUILD_TYPE=Release -DMIRRAGE_EXPORT_EXECUTABLE=ON ..
-
cmake --build . --target src/install
-
wget -nc -O /build/model_data.tar.xz https://github.com/lowkey42/mirrage/releases/download/v0.2/model_data.tar.xz
-
cd bin/bin
-
tar xf /build/model_data.tar.xz
artifacts
:
paths
:
-
build/bin
...
...
@@ -37,6 +40,9 @@ build_clang:
-
rm -rf /build/src
-
cmake -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=../bin -DCMAKE_BUILD_TYPE=Release -DMIRRAGE_EXPORT_EXECUTABLE=ON ..
-
cmake --build . --target src/install
-
wget -nc -O /build/model_data.tar.xz https://github.com/lowkey42/mirrage/releases/download/v0.2/model_data.tar.xz
-
cd bin/bin
-
tar xf /build/model_data.tar.xz
artifacts
:
paths
:
-
build/bin
...
...
Write
Preview
Supports
Markdown
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