Skip to content
Snippets Groups Projects
Unverified Commit 9d45f541 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Merge pull request #446 from inducer/intel-cl-ci

Intel CL Github CI job
parents b4970764 cc9302b9
No related branches found
No related tags found
No related merge requests found
Pipeline #141905 passed with warnings
......@@ -47,7 +47,7 @@ jobs:
. ./prepare-and-run-pylint.sh "$(basename $GITHUB_REPOSITORY)" test/test_*.py
pytest:
name: Pytest Linux
name: Pytest Linux POCL
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
......@@ -58,8 +58,27 @@ jobs:
./configure.py --cl-use-shipped-ext
. ./build-and-test-py-project-within-miniconda.sh
pytest_intel:
name: Pytest Linux Intel CL
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Main Script"
run: |
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
curl -L -O https://raw.githubusercontent.com/illinois-scicomp/machine-shop-maintenance/main/install-intel-icd.sh
sudo bash ./install-intel-icd.sh
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
echo "- ocl-icd-system" >> "$CONDA_ENVIRONMENT"
sed -i "/pocl/ d" "$CONDA_ENVIRONMENT"
source /opt/enable-intel-cl.sh
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
./configure.py --cl-use-shipped-ext
. ./build-and-test-py-project-within-miniconda.sh
pytest_mac:
name: Pytest Mac
name: Pytest Mac POCL
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment