Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
ff7c4784
Commit
ff7c4784
authored
Aug 25, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better ci
parent
ebc77c6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
+11
-18
.gitlab-ci.yml
.gitlab-ci.yml
+11
-18
No files found.
.gitlab-ci.yml
View file @
ff7c4784
...
@@ -133,8 +133,16 @@ mat_windows:
...
@@ -133,8 +133,16 @@ mat_windows:
-
event
-
event
-
irrlicht
-
irrlicht
exec_windows
:
._exec_build
:
stage
:
build
stage
:
build
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
exec_windows
:
extends
:
._exec_build
tags
:
tags
:
-
vs
-
vs
dependencies
:
dependencies
:
...
@@ -144,11 +152,6 @@ exec_windows:
...
@@ -144,11 +152,6 @@ exec_windows:
variables
:
variables
:
irrklang_pro
:
'
1'
irrklang_pro
:
'
1'
USE_IRRKLANG
:
"
1"
USE_IRRKLANG
:
"
1"
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
script
:
script
:
-
git submodule update --init
-
git submodule update --init
-
bash -c 'cp -rf premake/* .'
-
bash -c 'cp -rf premake/* .'
...
@@ -161,7 +164,7 @@ exec_windows:
...
@@ -161,7 +164,7 @@ exec_windows:
-
ygopro.exe
-
ygopro.exe
exec_linux
:
exec_linux
:
stage
:
build
extends
:
._exec_
build
tags
:
tags
:
-
linux
-
linux
variables
:
variables
:
...
@@ -171,11 +174,6 @@ exec_linux:
...
@@ -171,11 +174,6 @@ exec_linux:
-
mat_common
-
mat_common
-
mat_irrklang
-
mat_irrklang
-
mat_linux
-
mat_linux
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
script
:
script
:
-
apt update; apt -y install git build-essential libgl1-mesa-dev libglu-dev libxxf86vm-dev
-
apt update; apt -y install git build-essential libgl1-mesa-dev libglu-dev libxxf86vm-dev
-
git submodule update --init
-
git submodule update --init
...
@@ -193,14 +191,9 @@ exec_linux:
...
@@ -193,14 +191,9 @@ exec_linux:
-
lib
-
lib
._exec_macos_platform
:
._exec_macos_platform
:
stage
:
build
extends
:
._exec_
build
tags
:
tags
:
-
macos
-
macos
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
script
:
script
:
-
./.ci/exec-macos-platform.sh
-
./.ci/exec-macos-platform.sh
artifacts
:
artifacts
:
...
...
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