We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c7f90d + ce5a3de commit 5251714Copy full SHA for 5251714
.circleci/config.yml
@@ -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
14
+ command: ./.circleci/run.sh install-make
15
+ name: Compile & install GNUmake
16
17
+ command: ./.circleci/run.sh setup-repos
18
+ name: Clone DMD + DRuntime + Phobos
19
20
+ command: ./.circleci/run.sh run-make
21
+ name: Run the Makefile in RELEASE=1 mode
circleci.sh renamed to .circleci/run.sh
circle.yml
0 commit comments