Skip to content

Commit 47450f0

Browse files
committed
CI
1 parent 5bb346f commit 47450f0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/linux-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: docker/login-action@v2
13+
with:
14+
registry: ghcr.io
15+
username: ${{ github.repository_owner }}
16+
password: ${{ secrets.GITHUB_TOKEN }}
1217
- uses: devcontainers/ci@v0.3
1318
with:
19+
imageName: ghcr.io/dragonruby/lightstorm-ci
1420
runCmd: |
1521
cmake --preset lightstorm
1622
cmake --build ./build.debug.dir/build -t run-integration-tests

.github/workflows/macos-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: macOS CI
22
on:
33
push:
44
branches: ["main"]
5-
# pull_request:
6-
# branches: ["main"]
5+
# pull_request:
6+
# branches: ["main"]
77
jobs:
88
build-and-test:
99
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)