Skip to content

Commit 83033f9

Browse files
committed
Test Docker image
1 parent 716fe2a commit 83033f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
- dmd-1.x
1111
steps:
1212
- checkout
13+
- run:
14+
# this is needed to "fix" the Docker permission errors - see https://github.com/dlang/dmd/pull/7579
15+
command: sudo ls -l /dlang/dmd-2.078.0/linux
16+
name: Test Docker image
1317
- run:
1418
command: ./.circleci/run.sh setup-repos
1519
name: Clone DRuntime & Phobos

0 commit comments

Comments
 (0)