Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
6fd75eee
Commit
6fd75eee
authored
Dec 12, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test appveyor
parent
8b33e5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
appveyor.yml
appveyor.yml
+8
-2
No files found.
appveyor.yml
View file @
6fd75eee
version
:
'
{build}'
version
:
'
{build}'
skip_tags
:
true
skip_tags
:
true
environment
:
access_token
:
secure
:
DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR
install
:
install
:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
...
@@ -53,6 +57,9 @@ after_build:
...
@@ -53,6 +57,9 @@ after_build:
-
mkdir replay
-
mkdir replay
-
bash -c "curl --retry 5 --location --remote-header-name --remote-name https://github.com/mercury233/ygopro/raw/server/cards.cdb ; exit 0"
-
bash -c "curl --retry 5 --location --remote-header-name --remote-name https://github.com/mercury233/ygopro/raw/server/cards.cdb ; exit 0"
-
7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck pics replay -xr!.git*
-
7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck pics replay -xr!.git*
-
git config --global credential.helper store
-
ps
:
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
-
git tag latest HEAD
-
git tag latest HEAD
-
git push -f origin latest
-
git push -f origin latest
...
@@ -69,8 +76,7 @@ deploy:
...
@@ -69,8 +76,7 @@ deploy:
release
:
latest
release
:
latest
description
:
'
Automatic
Build
by
Appveyor'
description
:
'
Automatic
Build
by
Appveyor'
provider
:
GitHub
provider
:
GitHub
auth_token
:
auth_token
:
$env:access_token
secure
:
DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR
force_update
:
true
force_update
:
true
on
:
on
:
branch
:
master
branch
:
master
...
...
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