Skip to content

Commit

Permalink
CI: Parallelize compile2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww committed Nov 7, 2019
1 parent 4ed0ccf commit abbd7d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ jobs:
- travis_wait 120 ci/build-riscv-gcc.sh 1
- rm -rf $RISCV/riscv-gnu-toolchain
- stage: compile2
name: build tools
name: build verilator
script:
- ci/install-verilator.sh
- stage: compile2
name: build openocd
script:
- ci/get-openocd.sh

- stage: test
Expand Down

0 comments on commit abbd7d3

Please sign in to comment.