Skip to content

Instantly share code, notes, and snippets.

View CBenoit's full-sized avatar
💭
I may be slow to respond.

Benoît Cortier CBenoit

💭
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cbenoit on github.
  • I am auroden (https://keybase.io/auroden) on keybase.
  • I have a public key ASDN4UJUGLuxus8RV646xV6nlJKjvKYgwVmSP-XM_hW4iwo

To claim this, I am signing this object:

@CBenoit
CBenoit / .travis.yml
Created December 15, 2018 22:31
Old travis configuration for the WaitFreeCollections. Just for future reference.
sudo: false
dist: trusty
os: linux
language: cpp
compiler: gcc
install:
# === update cmake to 3.13 (we require at least 3.10) ===
# create a directory for the CMake binaries
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"