Edit

kc3-lang/libffi/.ci/build-cross-in-container.sh

Branch :

  • Show log

    Commit

  • Author : Anthony Green
    Date : 2021-07-16 08:29:08
    Hash : d1eef904
    Message : Migrate from travis-ci to github actions.

  • .ci/build-cross-in-container.sh
  • #!/bin/bash
    set -x
    
    cd /opt
    
    echo $PATH
    export PATH=/usr/local/bin:$PATH
    echo $PATH
    
    export DEJAGNU=$(pwd)/.ci/site.exp
    echo $DEJAGNU
    ls -l $DEJAGNU
    pwd
    find .
    ./configure --host=${HOST} || cat */config.log
    make
    make dist
    BOARDSDIR=$(pwd)/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true