Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Mar 16, 2021
1 parent 7064010 commit 7e49d1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- conda update -n base conda
- conda config --add channels conda-forge
- conda config --set channel_priority strict
- if [%BUILD_TYPE%]==[MSVC17_clang_64] conda create --name heyoka python=3.7 git pybind11 numpy cmake llvmdev boost-cpp fmt ninja sleef clang clangxx
- if [%BUILD_TYPE%]==[MSVC17_clang_64] conda create --name heyoka python=3.7 git pybind11 numpy cmake llvmdev boost-cpp fmt spdlog ninja sleef clang clangxx
- call activate heyoka
- if [%BUILD_TYPE%]==[MSVC17_clang_64] clang-cl -v
- if [%BUILD_TYPE%]==[MSVC17_clang_64] call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci_focal_gcc9_heyoka_head_38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -y -q -p $deps_dir python=3.8 git pybind11 numpy mpmath cmake llvmdev boost-cpp mppp sleef fmt sphinx myst-nb matplotlib pip
conda create -y -q -p $deps_dir python=3.8 git pybind11 numpy mpmath cmake llvmdev boost-cpp mppp sleef fmt spdlog sphinx myst-nb matplotlib pip
source activate $deps_dir
pip install --user sphinx-book-theme

Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_heyoka_head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -y -q -p $deps_dir python=3.8 git pybind11 numpy cmake llvmdev boost-cpp sleef fmt
conda create -y -q -p $deps_dir python=3.8 git pybind11 numpy cmake llvmdev boost-cpp sleef fmt spdlog
source activate $deps_dir

# Checkout, build and install heyoka's HEAD.
Expand Down

0 comments on commit 7e49d1c

Please sign in to comment.