Skip to content

Commit

Permalink
debug circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Aug 23, 2019
1 parent 6ef12fd commit 380c962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
- checkout
- run: apt-get update; apt-get install -y --no-install-recommends autoconf automake libtool git make cmake g++ xz-utils
- run: wget -qO- ${CROSSCOMPILER} | tar xz -C /opt
- run: cat $BASH_ENV
- run: echo "export PATH=$(ls -d /opt/cross-pi-gcc-*/bin):\$PATH" >> $BASH_ENV
- run: cat $BASH_ENV
- run: which arm-linux-gnueabihf-gcc
Expand Down Expand Up @@ -186,7 +185,7 @@ jobs:
- checkout
- run: apt-get update; apt-get install -y --no-install-recommends autoconf automake libtool git cmake make g++ xz-utils
- run: wget -qO- ${CROSSCOMPILER} | tar xz -C /opt
- run: export PATH=$(ls -d /opt/cross-pi-gcc-*/bin):$PATH >> $BASH_ENV
- run: echo "export PATH=$(ls -d /opt/cross-pi-gcc-*/bin):\$PATH" >> $BASH_ENV
- run: echo 'export PATH=/depot_tools:$PATH' >> $BASH_ENV
- run: cd ${WEBRTCROOT} && gclient sync

Expand Down

0 comments on commit 380c962

Please sign in to comment.