Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
2113b7d2
Commit
2113b7d2
authored
Oct 02, 2020
by
Gauthier Quesnel
Browse files
travis: add MacOS support
parent
32f561e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
2113b7d2
...
...
@@ -51,25 +51,14 @@ jobs:
packages
:
-
*common_packages
-
g++-9
# Disabled: too many std::u8string conversion errors.
# - os: linux
# dist: bionic
# env: USE_COVERAGE=no CC=clang-9 CXX=clang++-9 CXXFLAGS="-stdlib=libc++ -std=c++2a -O2 -g"
# addons:
# apt:
# sources:
# - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main'
# key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
# - ubuntu-toolchain-r-test
# packages:
# - *common_packages
# - clang-9
# - libc++-9-dev
# - libc++abi-9-dev
# Disabled: until add macos port.
# - os: osx
# osx_image: xcode12
# env: USE_COVERAGE=no CC=clang CXX=clang++ CXXFLAGS="-std=c++2a -O2 -g"
-
os
:
osx
osx_image
:
xcode12
env
:
USE_COVERAGE=no CC=clang CXX=clang++ CXXFLAGS="-std=c++2a -O2 -g"
addons
:
homebrew
:
packages
:
-
glew
-
glfw
install
:
-
cd ${TRAVIS_BUILD_DIR}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment