Skip to content

Commit

Permalink
ci: Fix TestFloat compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 14, 2020
1 parent 28e8272 commit 8433572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ commands:
working_directory: /tmp
command: |
if [ ! -f testfloat_gen ]; then
# GCC compiler is expected, create link from clang if gcc not available.
type gxx || (cd $(dirname $(which clang)) && ln -s clang gcc)
git clone --depth=1 --single-branch https://github.com/ucb-bar/berkeley-softfloat-3.git
git clone --depth=1 --single-branch https://github.com/ucb-bar/berkeley-testfloat-3.git
Expand Down

0 comments on commit 8433572

Please sign in to comment.