Skip to content

Commit

Permalink
fixup! Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 30, 2023
1 parent bf3d63b commit 1f7750a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
78 changes: 39 additions & 39 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,49 +52,49 @@ jobs:

compiler:
- dmd-latest
# - ldc-latest
- ldc-latest

llvm:
- '15.0.7'

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

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

- compiler: dmd-master
llvm: '15.0.7'
arch: x86_64
nightly: nightly
docker: true
data:
os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl

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

steps:
- name: Clone Repository
Expand Down
2 changes: 0 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ set -exo pipefail
d_version="$(echo "$DSTEP_COMPILER" | sed 's/-latest//')"
source $(curl --retry 3 -fsS https://dlang.org/install.sh | bash -s "$d_version" -a)
./configure --llvm-path "llvm-$DSTEP_LLVM_VERSION" --statically-link-clang
dub build
./bin/dstep --version
dub test --verror

0 comments on commit 1f7750a

Please sign in to comment.