File tree Expand file tree Collapse file tree 10 files changed +164
-2757
lines changed
Expand file tree Collapse file tree 10 files changed +164
-2757
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11.DS_Store
22npm-debug.log
33node_modules
4- lib_src /** /*
5- ! lib_src /tsconfig.json
6- ! lib_src /tslint.json
7- tsconfig.tsbuildinfo
8-
9-
10-
11- ! /lib_src /misc /scopes.ts
Original file line number Diff line number Diff line change 1+ language : julia
2+
3+ julia :
4+ - 1
5+ - nightly
6+
7+ env :
8+ global :
9+ - APM_TEST_PACKAGES="ink language-julia"
10+ - ATOM_LINT_WITH_BUNDLED_NODE="true"
11+
12+ matrix :
13+ - " "
14+ - ATOMJL=master
15+
16+ os :
17+ - linux
18+
19+ matrix :
20+ include :
21+ # # Sanity check for OS X
22+ # - os: osx
23+ # julia: 1
24+ # env: ATOMJL=master
25+ # Sanity check for Atom Beta
26+ - os : linux
27+ julia : 1
28+ env : ATOM_CHANNEL=beta
29+ allow_failures :
30+ - julia : nightly
31+ - env : ATOM_CHANNEL=beta
32+
33+ script :
34+ - julia ci/packages.jl
35+ - curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
36+ - chmod u+x build-package.sh
37+ - ./build-package.sh
38+
39+ dist : xenial
40+ addons :
41+ apt :
42+ sources :
43+ - ubuntu-toolchain-r-test
44+ packages :
45+ - g++-6
46+ - build-essential
47+ - fakeroot
48+ - git
49+ - libsecret-1-dev
50+
51+ notifications :
52+ email : false
Original file line number Diff line number Diff line change 1+ # ## Project specific config ###
2+ environment :
3+ APM_TEST_PACKAGES : " ink language-julia"
4+ ATOM_LINT_WITH_BUNDLED_NODE : " true"
5+
6+ matrix :
7+ - ATOM_CHANNEL : stable
8+ - ATOM_CHANNEL : beta
9+
10+ # ## Generic setup follows ###
11+ build_script :
12+ - ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
13+ - julia : ci/packages.jl
14+
15+ branches :
16+ only :
17+ - master
18+
19+ version : " {build}"
20+ platform : x64
21+ clone_depth : 10
22+ skip_tags : true
23+ test : off
24+ deploy : off
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments