File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
before_install :
10
10
- mkdir -p $HOME/.mlabs
11
11
- if [ $TRAVIS_PULL_REQUEST != false ]; then BUILD_SOC=0; fi
12
- - if [ $BUILD_SOC -ne 0 ]; then . . /.travis/get-xilinx.sh; fi
12
+ - if [ $BUILD_SOC -ne 0 ]; then ./.travis/get-xilinx.sh; fi
13
13
- . ./.travis/get-toolchain.sh
14
14
- . ./.travis/get-anaconda.sh
15
15
- source $HOME/miniconda/bin/activate py34
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ make -C impersonate_macaddress
31
31
cat > $HOME /.mlabs/build_settings.sh << EOF
32
32
MISOC_EXTRA_VIVADO_CMDLINE="-Ob vivado_path $HOME /Xilinx/Vivado"
33
33
MISOC_EXTRA_ISE_CMDLINE="-Ob ise_path $HOME /opt/Xilinx/"
34
- MACADDR=$macaddress
34
+ export MACADDR=$macaddress
35
35
export LD_PRELOAD=$PWD /impersonate_macaddress/impersonate_macaddress.so
36
36
EOF
You can’t perform that action at this time.
0 commit comments