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
nanahira
ygopro
Commits
29e62da2
Commit
29e62da2
authored
Apr 13, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update builds
parent
3f926adc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
13 deletions
+22
-13
.travis.yml
.travis.yml
+3
-1
appveyor.yml
appveyor.yml
+14
-10
premake5.lua
premake5.lua
+5
-2
No files found.
.travis.yml
View file @
29e62da2
...
@@ -25,9 +25,11 @@ before_install:
...
@@ -25,9 +25,11 @@ before_install:
brew install freetype libevent sqlite dylibbundler p7zip;
brew install freetype libevent sqlite dylibbundler p7zip;
sudo cp -r /usr/local/include/freetype2 ./freetype2;
sudo cp -r /usr/local/include/freetype2 ./freetype2;
sudo cp -r /usr/local/include/event2 ./event2;
sudo cp -r /usr/local/include/event2 ./event2;
sudo cp -r /usr/local/include/lua ./lua;
sudo rm -rf /usr/local/include/*;
sudo rm -rf /usr/local/include/*;
sudo cp -r ./freetype2 /usr/local/include/freetype2;
sudo cp -r ./freetype2 /usr/local/include/freetype2;
sudo cp -r ./event2 /usr/local/include/event2;
sudo cp -r ./event2 /usr/local/include/event2;
sudo cp -r ./lua /usr/local/include/lua;
fi
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir irrlicht ; cd irrlicht ; curl --retry 5 --location https://github.com/moecube/irrlicht/releases/download/test/irrlicht-mycard-mac.tar.gz | tar zfx - ; cp libIrrlicht.a /usr/local/lib/ ; sudo cp -r include /usr/local/include/irrlicht ; cd .. ; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir irrlicht ; cd irrlicht ; curl --retry 5 --location https://github.com/moecube/irrlicht/releases/download/test/irrlicht-mycard-mac.tar.gz | tar zfx - ; cp libIrrlicht.a /usr/local/lib/ ; sudo cp -r include /usr/local/include/irrlicht ; cd .. ; fi
...
@@ -37,7 +39,7 @@ before_install:
...
@@ -37,7 +39,7 @@ before_install:
fi
fi
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
git clone --depth=1 https://github.com/DailyShana/irrlicht irrlicht_linux;
git clone --depth=1 https://github.com/DailyShana/irrlicht irrlicht_linux;
curl --location --retry 5 https://github.com/premake/premake-core/releases/download/v5.0.0-alpha1
3/premake-5.0.0-alpha13
-linux.tar.gz | tar zfx -;
curl --location --retry 5 https://github.com/premake/premake-core/releases/download/v5.0.0-alpha1
4/premake-5.0.0-alpha14
-linux.tar.gz | tar zfx -;
fi
fi
-
git clone --depth=1 https://$NANAHIRA@github.com/purerosefallen/irrklang
-
git clone --depth=1 https://$NANAHIRA@github.com/purerosefallen/irrklang
...
...
appveyor.yml
View file @
29e62da2
...
@@ -10,17 +10,17 @@ install:
...
@@ -10,17 +10,17 @@ install:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
# environment and system dependency
# environment and system dependency
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-alpha1
3/premake-5.0.0-alpha13
-windows.zip ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-alpha1
4/premake-5.0.0-alpha14
-windows.zip ; exit 0"
-
7z x -y premake-5.0.0-alpha1
3
-windows.zip
-
7z x -y premake-5.0.0-alpha1
4
-windows.zip
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz ; exit 0"
-
tar xf libevent-2.0.22-stable.tar.gz
-
tar xf libevent-2.0.22-stable.tar.gz
-
move libevent-2.0.22-stable event
-
move libevent-2.0.22-stable event
-
xcopy /E event\WIN32-Code event\include
-
xcopy /E event\WIN32-Code event\include
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/freetype/freetype-2.
9.1.tar.bz2
; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/freetype/freetype-2.
10.1.tar.gz
; exit 0"
-
tar xf freetype-2.
9.1.tar.bz2
-
tar xf freetype-2.
10.1.tar.gz
-
move freetype-2.
9
.1 freetype
-
move freetype-2.
10
.1 freetype
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip ; exit 0"
-
7z x -y irrlicht-1.8.4.zip
-
7z x -y irrlicht-1.8.4.zip
...
@@ -28,9 +28,13 @@ install:
...
@@ -28,9 +28,13 @@ install:
-
move irrlicht-1.8.4\source\Irrlicht irrlicht\src
-
move irrlicht-1.8.4\source\Irrlicht irrlicht\src
-
move irrlicht-1.8.4\include irrlicht\include
-
move irrlicht-1.8.4\include irrlicht\include
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2018/sqlite-amalgamation-3240000.zip ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.3.5.tar.gz ; exit 0"
-
7z x -y sqlite-amalgamation-3240000.zip
-
tar xf lua-5.3.5.tar.gz
-
move sqlite-amalgamation-3240000 sqlite3
-
move lua-5.3.5\src lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2018/sqlite-amalgamation-3310100.zip ; exit 0"
-
7z x -y sqlite-amalgamation-3310100.zip
-
move sqlite-amalgamation-3310100 sqlite3
-
git clone --depth=1 https://%access_token%@github.com/purerosefallen/irrklang
-
git clone --depth=1 https://%access_token%@github.com/purerosefallen/irrklang
...
@@ -97,8 +101,8 @@ artifacts:
...
@@ -97,8 +101,8 @@ artifacts:
name
:
ygopro full repack
name
:
ygopro full repack
cache
:
cache
:
-
premake-5.0.0-alpha1
3
-windows.zip
-
premake-5.0.0-alpha1
4
-windows.zip
-
libevent-2.0.22-stable.tar.gz
-
libevent-2.0.22-stable.tar.gz
-
freetype-2.9.1.tar.bz2
-
freetype-2.9.1.tar.bz2
-
irrlicht-1.8.4.zip
-
irrlicht-1.8.4.zip
-
sqlite-amalgamation-3
2400
00.zip
-
sqlite-amalgamation-3
3101
00.zip
premake5.lua
View file @
29e62da2
...
@@ -24,11 +24,14 @@ end
...
@@ -24,11 +24,14 @@ end
startproject
"ygopro"
startproject
"ygopro"
if
not
os.getenv
(
"YGOPRO_NO_XP_TOOLSET"
)
then
if
not
os.getenv
(
"YGOPRO_NO_XP_TOOLSET"
)
then
configuration
{
"windows"
,
"vs2015"
}
toolset
"v140_xp"
configuration
{
"windows"
,
"vs2017"
}
configuration
{
"windows"
,
"vs2017"
}
toolset
"v141_xp"
toolset
"v141_xp"
configuration
{
"windows"
,
"
not vs2017
"
}
configuration
{
"windows"
,
"
vs2019
"
}
toolset
"v14
0
_xp"
toolset
"v14
1
_xp"
end
end
configuration
"bsd"
configuration
"bsd"
...
...
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