# Windows 10 with Boost and Exprtk # downloaded and compiled locally as # submodules # # Checks only compilation, not unit-tests! win_1: tags: - Win before_script: - call VsDevCmd.bat - call download_dependencies.bat - cd external_dependencies\boost\ - call bootstrap.bat --with-libraries=serialization,random,system - .\b2 --layout=system variant=release link=shared address-model=64 - cd ..\.. script: - 'call build-ci.bat' # Latest Ubuntu with Boost and Exprtk # in system directories ubuntu_1: tags: - centos7 image: martinbeseda/dockertest:latest before_script: - git clone https://github.com/ArashPartow/exprtk.git - cp exprtk/exprtk.hpp /usr/include - export TERM=xterm - ./build-ci.sh script: "./run_tests.sh"