mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-17 19:04:48 -04:00
to avoid PATH export, define it in the same command with make Signed-off-by: André Sintzoff <andre.sintzoff@thalesgroup.com>
This commit is contained in:
parent
b6b259914a
commit
fb899feec1
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ build:
|
|||
- npm install docs/riscv-isa/riscv-isa-manual/dependencies
|
||||
- gem install -g docs/riscv-isa/riscv-isa-manual/dependencies/Gemfile
|
||||
pre_build:
|
||||
- export PATH=$PWD/node_modules/.bin:$PATH
|
||||
- make -C docs prepare
|
||||
- PATH=$PWD/node_modules/.bin:$PATH make -C docs prepare
|
||||
|
||||
# Build from the docs directory with Sphinx
|
||||
sphinx:
|
||||
|
|
Loading…
Add table
Reference in a new issue