mirror of
https://github.com/TransparentLC/opencl_vanity_gpg.git
synced 2025-10-20 15:24:08 +00:00
ci: test ocl
This commit is contained in:
parent
d01cd52a46
commit
5f40ce4e74
1 changed files with 3 additions and 6 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -14,12 +15,12 @@ jobs:
|
|||
os:
|
||||
- windows-latest
|
||||
- ubuntu-latest
|
||||
# - macos-latest
|
||||
- macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Prepare OpenCL SDK
|
||||
shell: bash
|
||||
|
@ -35,10 +36,6 @@ jobs:
|
|||
if [[ "$RUNNER_OS" == "Linux" ]]; then
|
||||
sudo apt install opencl-headers ocl-icd-opencl-dev
|
||||
fi
|
||||
# FIXME
|
||||
# if [[ "$RUNNER_OS" == "macOS" ]]; then
|
||||
#
|
||||
# fi
|
||||
- name: Build
|
||||
id: build
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue