Skip to content

Commit

Permalink
infra: Sweep same configs as travis on buildbot.
Browse files Browse the repository at this point in the history
See verilog-to-routing#625 for more info.
  • Loading branch information
mithro committed Jun 4, 2019
1 parent fb07efa commit e13ba85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sweep_build_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

DEFAULT_TARGETS_TO_BUILD=["all"]

DEFAULT_GNU_COMPILER_VERSIONS=["8", "7", "6", "5", "4.9"]
DEFAULT_GNU_COMPILER_VERSIONS=["9", "8", "6", "5", "4.9"]
DEFAULT_MINGW_COMPILER_VERSIONS=["5"]
DEFAULT_CLANG_COMPILER_VERSIONS=["3.8", "3.6"]
DEFAULT_CLANG_COMPILER_VERSIONS=["3.8", "3.6", "3.9", "6", "8"]

DEFAULT_BUILD_CONFIGS = ["release", "debug", "release_pgo"]
DEFAULT_EASYGL_CONFIGS = ["ON", "OFF"]
Expand Down

0 comments on commit e13ba85

Please sign in to comment.