Skip to content

Commit 5251714

Browse files
authored
Merge pull request #2008 from wilzbach/upgrade-circleci-2.0
Upgrade to CircleCi 2.0 merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 2c7f90d + ce5a3de commit 5251714

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.circleci/config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
jobs:
3+
build:
4+
working_directory: ~/dlang.org
5+
docker:
6+
- image: circleci/node:4.8.2
7+
parallelism: 1
8+
steps:
9+
- checkout
10+
- run:
11+
command: ./.circleci/run.sh install-deps
12+
name: Install DMD
13+
- run:
14+
command: ./.circleci/run.sh install-make
15+
name: Compile & install GNUmake
16+
- run:
17+
command: ./.circleci/run.sh setup-repos
18+
name: Clone DMD + DRuntime + Phobos
19+
- run:
20+
command: ./.circleci/run.sh run-make
21+
name: Run the Makefile in RELEASE=1 mode
File renamed without changes.

circle.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)