Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Fmsx
Commits
8ca1dca4
Commit
8ca1dca4
authored
Oct 23, 2017
by
Brad Parker
Browse files
add travis build script
parent
8a96f40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
8ca1dca4
language
:
generic
os
:
linux
dist
:
trusty
sudo
:
required
addons
:
apt
:
packages
:
-
g++-7
sources
:
-
ubuntu-toolchain-r-test
env
:
global
:
-
CORE=fmsx
-
COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7
matrix
:
-
PLATFORM=linux_x64
-
PLATFORM=3ds
before_script
:
-
pwd
-
mkdir -p ~/bin
-
ln -s /usr/bin/gcc-7 ~/bin/gcc
-
ln -s /usr/bin/g++-7 ~/bin/g++
-
ln -s /usr/bin/cpp-7 ~/bin/cpp
-
export PATH=~/bin:$PATH
-
ls -l ~/bin
-
echo $PATH
-
g++-7 --version
-
g++ --version
script
:
-
cd ~/
-
git clone --depth=50 https://github.com/libretro/libretro-super
-
cd libretro-super/travis
-
./build.sh
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