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
1238d9fe
Commit
1238d9fe
authored
Sep 11, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis
parent
a32e2977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+2
-1
No files found.
.travis.yml
View file @
1238d9fe
...
@@ -4,6 +4,7 @@ os:
...
@@ -4,6 +4,7 @@ os:
-
osx
-
osx
sudo
:
required
sudo
:
required
dist
:
trusty
dist
:
trusty
osx_image
:
xcode7.1
git
:
git
:
submodules
:
false
submodules
:
false
addons
:
addons
:
...
@@ -26,7 +27,7 @@ before_install:
...
@@ -26,7 +27,7 @@ before_install:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install premake freetype libevent sqlite irrlicht lua; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install premake freetype libevent sqlite irrlicht lua; fi
install
:
script
:
-
premake4 gmake
-
premake4 gmake
-
cd build
-
cd build
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat /etc/ld.so.conf.d/*; sed -i 's/-llua/-llua5.2/g' ygopro.make; fi
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat /etc/ld.so.conf.d/*; sed -i 's/-llua/-llua5.2/g' ygopro.make; fi
...
...
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