Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alu Folie
Kart-Public
Commits
68ee8737
Commit
68ee8737
authored
6 years ago
by
Alam Arias
Browse files
Options
Downloads
Plain Diff
Merge commit 'upstream/master~0'
parents
7d98adf6
9ef98471
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+6
-3
6 additions, 3 deletions
.circleci/config.yml
.travis.yml
+21
-15
21 additions, 15 deletions
.travis.yml
with
27 additions
and
18 deletions
.circleci/config.yml
+
6
−
3
View file @
68ee8737
...
...
@@ -43,10 +43,13 @@ jobs:
-
/var/cache/apt/archives
-
checkout
-
run
:
name
:
Compile without network support
command
:
make -C src LINUX=1 ERRORMODE=1 -k NONET=1
name
:
Compile without network support
and BLUA
command
:
make -C src LINUX=1 ERRORMODE=1 -k NONET=1
NO_LUA=1
-
run
:
name
:
Clean build
name
:
wipe build
command
:
make -C src LINUX=1 cleandep
-
run
:
name
:
rebuild depend
command
:
make -C src LINUX=1 clean
-
restore_cache
:
keys
:
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
21
−
15
View file @
68ee8737
...
...
@@ -254,10 +254,15 @@ matrix:
# osx_image: xcode7.2
# if: env(DPL_ENABLED) != "1" OR env(DPL_TERMINATE_TESTS) != "1" OR NOT branch =~ /^.*deployer.*$/
# #Apple LLVM version 7.0.2 (clang-700.1.81)
-
os
:
osx
osx_image
:
xcode7.3
# - os: osx
# osx_image: xcode7.3
# #Apple LLVM version 7.3.0 (clang-703.0.31)
# - os: osx
# osx_image: xcode7.3
# #Apple LLVM version 7.3.0 (clang-703.0.31)
-
osx
:
osx
if
:
env(DPL_ENABLED) != "1" OR env(DPL_TERMINATE_TESTS) != "1" OR NOT branch =~ /^.*deployer.*$/
#
Apple LLVM version 7.3.0 (clang-703.0.31)
#
Default: macOS 10.13 and Xcode 9.4.1
################################
...
...
@@ -564,6 +569,16 @@ addons:
-
libgme-dev
-
zlib1g-dev
-
p7zip-full
homebrew
:
taps
:
-
mazmazz/srb2
packages
:
-
sdl2_mixer
-
game-music-emu
-
p7zip
-
cmake
update
:
true
before_install
:
...
...
@@ -596,18 +611,10 @@ install:
# * `sdl2_mixer` requires options from the formula tap https://github.com/mazmazz/homebrew-srb2
# * `brew postinstall` runs post-install scripts after building a bottle
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew tap mazmazz/srb2;
fi;
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
if [[ "$__DPL_ACTIVE" != "1" ]]; then
brew install sdl2 sdl2_mixer game-music-emu p7zip;
brew install cmake||true;
else
brew install --build-bottle sdl2 game-music-emu p7zip;
if [[ "$__DPL_ACTIVE" == "1" ]]; then
brew install --build-bottle sdl2 game-music-emu;
brew install --build-bottle mazmazz/srb2/sdl2_mixer --with-flac --with-mpg123;
brew postinstall sdl2 game-music-emu p7zip mazmazz/srb2/sdl2_mixer;
brew install cmake||true;
brew postinstall sdl2 game-music-emu mazmazz/srb2/sdl2_mixer;
fi;
fi
-
mkdir -p $HOME/srb2_cache
...
...
@@ -672,7 +679,6 @@ before_script:
-DCPACK_PACKAGE_VENDOR="${PROGRAM_VENDOR}"
-DSRB2_SDL2_EXE_NAME="${PROGRAM_FILENAME}"
script
:
# Build our Makefile from Cmake!
-
if [[ "$__DPL_ACTIVE" == "1" ]]; then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment