Skip to content

Commit

Permalink
ci(travis): add test docker command
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 3, 2024
1 parent e94491c commit 1d48b23
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ branches:
- master
language: node_js
dist: jammy
os: linux-ppc64le
arch:
- ppc64le
- s390x
cache:
npm: true
services:
- docker
node_js:
- 22
addons:
apt:
packages:
- docker.io
env:
- >
JOB=test
Expand All @@ -18,7 +24,8 @@ env:
JOB=cross-test
DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
install: skip
script: |
script: |-
docker --version
case "$JOB" in
test)
./cicd/well-known/test-harness.sh
Expand Down
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
branches:
only:
- master
image: Visual Studio 2022
environment:
NODEJS_VERSION:
- 22
install:
- ps: Install-Product node $env:NODEJS_VERSION

test_script:
- ./

0 comments on commit 1d48b23

Please sign in to comment.