Skip to content

Commit

Permalink
fixup! Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 2, 2023
1 parent f57de14 commit 588754c
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,67 +30,67 @@ jobs:
matrix:
arch: [x86_64]
data:
- os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl
docker: true
# - os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl
# docker: true

- os:
host: macOS-latest
target_triple: x86_64-apple-macos10.9

- os:
host: windows-latest
target_triple: x86_64-pc-windows-msvc

- os:
target: freebsd
version: '13.1'
target_triple: x86_64-unknown-freebsd13.1
host: macOS-latest
cross_platform_actions: true
# - os:
# host: windows-latest
# target_triple: x86_64-pc-windows-msvc
#
# - os:
# target: freebsd
# version: '13.1'
# target_triple: x86_64-unknown-freebsd13.1
# host: macOS-latest
# cross_platform_actions: true

compiler:
- ldc-latest

llvm:
- '15.0.7'

include:
- compiler: dmd-beta
llvm: '15.0.7'
arch: x86_64
data:
os:
host: macOS-latest
target_triple: x86_64-apple-macos10.9

- compiler: ldc-beta
llvm: '15.0.7'
arch: x86_64
data:
os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl
docker: true

- compiler: dmd-master
llvm: '15.0.7'
arch: x86_64
nightly: nightly
data:
os:
host: macOS-latest
target_triple: x86_64-apple-macos10.9

- compiler: ldc-master
llvm: '15.0.7'
arch: x86_64
nightly: nightly
data:
os:
host: macOS-latest
target_triple: x86_64-apple-macos10.9
# include:
# - compiler: dmd-beta
# llvm: '15.0.7'
# arch: x86_64
# data:
# os:
# host: macOS-latest
# target_triple: x86_64-apple-macos10.9
#
# - compiler: ldc-beta
# llvm: '15.0.7'
# arch: x86_64
# data:
# os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl
# docker: true
#
# - compiler: dmd-master
# llvm: '15.0.7'
# arch: x86_64
# nightly: nightly
# data:
# os:
# host: macOS-latest
# target_triple: x86_64-apple-macos10.9
#
# - compiler: ldc-master
# llvm: '15.0.7'
# arch: x86_64
# nightly: nightly
# data:
# os:
# host: macOS-latest
# target_triple: x86_64-apple-macos10.9

steps:
- name: Clone Repository
Expand All @@ -117,10 +117,10 @@ jobs:
curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ matrix.llvm }}%2B0.0.2-rc2/llvm-${{ matrix.llvm }}-${{ matrix.data.os.target_triple }}.7z'
7z x llvm.7z
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Test
if: ${{ !matrix.data.cross_platform_actions && !matrix.data.docker }}
Expand Down

0 comments on commit 588754c

Please sign in to comment.