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.
1 parent 3c3af46 commit 591e4e3Copy full SHA for 591e4e3
circle.yml
@@ -3,18 +3,18 @@ workflows:
3
version: 2
4
linux-builds:
5
jobs:
6
- - build-x86_64
7
- build-i686
+ - build-x86_64
8
9
10
- build-x86_64:
+ build-i686:
11
docker:
12
# - image: ubuntu:14.04
13
- image: circleci/python:2.7
14
environment:
15
- JULIA_CPU_CORES: 4
+ JULIA_CPU_CORES: 6
16
JULIA_TEST_MAXRSS_MB: 800
17
- ARCH: x86_64
+ ARCH: i686
18
# resource_class: xlarge
19
steps: &steps
20
# apt-get update &&
@@ -70,13 +70,11 @@ jobs:
70
paths:
71
- ~/.ccache
72
73
- build-i686:
+ build-x86_64:
74
75
-# - image: ubuntu:14.04
76
77
78
79
80
- ARCH: i686
81
-# resource_class: xlarge
+ ARCH: x86_64
82
steps: *steps
0 commit comments