Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Feb 5, 2020
2 parents 83a3b7a + 74b0211 commit 60e5527
Show file tree
Hide file tree
Showing 258 changed files with 18,744 additions and 3,952 deletions.
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ local Pipeline(withCoverage, compiler, boost) = {

[
Pipeline(boost == "1_64_0" && compiler == "g++-7", compiler, boost)
for compiler in ["g++-7", "g++-8", "g++-9", "clang++-6.0", "clang++-7"]
for boost in ["1_64_0", "1_65_1", "1_66_0", "1_67_0", "1_68_0", "1_69_0", "1_70_0"]
for compiler in ["g++-7", "g++-8", "g++-9", "clang++-6.0", "clang++-7", "clang++-8"]
for boost in ["1_64_0", "1_65_1", "1_66_0", "1_67_0", "1_68_0", "1_69_0", "1_70_0", "1_71_0", "1_72_0"]
]
Loading

0 comments on commit 60e5527

Please sign in to comment.