steps: | steps: | ||||
- uses: actions/checkout@master | - uses: actions/checkout@master | ||||
- name: Build | - name: Build | ||||
env: | |||||
CONAN_GCC_VERSIONS: 9 | |||||
run: script/conan_build.sh | |||||
run: | | |||||
export CONAN_GCC_VERSIONS=9 | |||||
export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS} | |||||
script/conan_build.sh |
set -ex | set -ex | ||||
export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS} | |||||
export CONAN_ARCHS="x86_64" | export CONAN_ARCHS="x86_64" | ||||
export CONAN_BUILD_TYPES=Release | export CONAN_BUILD_TYPES=Release | ||||