Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinniefalco/d7ff4a16bcdef0213889e4b7fad90f0c to your computer and use it in GitHub Desktop.
Save vinniefalco/d7ff4a16bcdef0213889e4b7fad90f0c to your computer and use it in GitHub Desktop.
# standalone
- os: "linux"
env:
- COMMENT=standalone
- STANDALONE=1
- B2_VARIANT=variant=debug
- B2_TOOLSET=gcc-8
- B2_CXXSTD=17
- B2_DEFINES="define=BOOST_JSON_STANDALONE=1"
addons: *gcc-8
- os: "linux"
env:
- COMMENT=standalone
- STANDALONE=1
- B2_VARIANT=variant=debug
- B2_TOOLSET=clang-8
- B2_CXXSTD=17
- B2_DEFINES="define=BOOST_JSON_STANDALONE=1"
addons: *clang-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment