Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "Remove the builds from stable for now…
Browse files Browse the repository at this point in the history
….""""

This reverts commit af8c30c.
  • Loading branch information
bluescarni committed Mar 3, 2021
1 parent 5918d31 commit 734e87d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
- run:
name: Build and test
command: bash ./tools/circleci_focal_gcc9_heyoka_head_38.sh
focal_gcc9_heyoka_stable_38:
docker:
- image: circleci/buildpack-deps:focal
steps:
- checkout
- run:
name: Build and test
command: bash ./tools/circleci_focal_gcc9_heyoka_stable_38.sh
# focal_gcc9_heyoka_stable_38:
# docker:
# - image: circleci/buildpack-deps:focal
# steps:
# - checkout
# - run:
# name: Build and test
# command: bash ./tools/circleci_focal_gcc9_heyoka_stable_38.sh

workflows:
version: 2.1
all_builds:
jobs:
- focal_gcc9_heyoka_head_38
- focal_gcc9_heyoka_stable_38
# - focal_gcc9_heyoka_stable_38
60 changes: 30 additions & 30 deletions .github/workflows/gh_actions_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: bash tools/gha_osx_heyoka_head.sh
osx_10_15_heyoka_stable:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: Build
run: bash tools/gha_osx_heyoka_stable.sh
windows_2019_stable:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.8
channels: conda-forge
channel-priority: strict
- name: Build
shell: pwsh
run: |
conda config --set always_yes yes
conda create --name heyoka python=3.8 pybind11 numpy cmake heyoka boost-cpp
conda activate heyoka
mkdir build
cd build
cmake ../ -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX_PATH% -DCMAKE_PREFIX_PATH=%CONDA_PREFIX_PATH% -DHEYOKA_PY_ENABLE_IPO=yes -DBoost_NO_BOOST_CMAKE=ON
cmake --build . --config Release --target install
cd c:\
python -c "from heyoka import test; test.run_test_suite()"
# osx_10_15_heyoka_stable:
# runs-on: macos-10.15
# steps:
# - uses: actions/checkout@v2
# - name: Build
# run: bash tools/gha_osx_heyoka_stable.sh
# windows_2019_stable:
# runs-on: windows-2019
# steps:
# - uses: actions/checkout@v2
# - name: Add msbuild to PATH
# uses: microsoft/[email protected]
# - uses: conda-incubator/setup-miniconda@v2
# with:
# auto-update-conda: true
# python-version: 3.8
# channels: conda-forge
# channel-priority: strict
# - name: Build
# shell: pwsh
# run: |
# conda config --set always_yes yes
# conda create --name heyoka python=3.8 pybind11 numpy cmake heyoka boost-cpp
# conda activate heyoka
# mkdir build
# cd build
# cmake ../ -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX_PATH% -DCMAKE_PREFIX_PATH=%CONDA_PREFIX_PATH% -DHEYOKA_PY_ENABLE_IPO=yes -DBoost_NO_BOOST_CMAKE=ON
# cmake --build . --config Release --target install
# cd c:\
# python -c "from heyoka import test; test.run_test_suite()"
binder_cache:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 734e87d

Please sign in to comment.