Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Nanahira-Cards
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
nanahira
Nanahira-Cards
Commits
20d81057
Commit
20d81057
authored
Apr 08, 2025
by
gggg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gitlab ci
parent
11cddfa4
Pipeline
#34781
passed with stage
in 39 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
.gitlab-ci.yml
.gitlab-ci.yml
+24
-0
appveyor.yml.bak
appveyor.yml.bak
+0
-0
expansions/7cgl.cdb
expansions/7cgl.cdb
+0
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
20d81057
stages
:
-
check
variables
:
GIT_DEPTH
:
"
1"
redtext
:
stage
:
check
dependencies
:
[]
tags
:
-
linux
image
:
git-registry.mycard.moe/nanahira/srvpro:lite
variables
:
DATABASE_FILE
:
expansions/7cgl.cdb
script
:
-
apt update && apt -y install sqlite3
-
mv /ygopro-server/ygopro .
-
cd ygopro
-
rm -rf expansions
-
ln -s ../expansions .
-
sqlite3 $DATABASE_FILE "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} ./ygopro {} 2>&1 | tee ../redtext.txt
-
cd ..
# if there are any lines in redtext.txt fail the job
-
exit $(wc -l < redtext.txt)
appveyor.yml
→
appveyor.yml
.bak
View file @
20d81057
File moved
expansions/7cgl.cdb
View file @
20d81057
No preview for this file type
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