Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
ci(circle): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Feb 19, 2019
1 parent e17f99e commit 663f45b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,25 @@ defaults: &defaults
mkdir julia && \
tar --extract --gzip --strip 1 --directory=julia --file=julia.tar.gz && \
echo 'export PATH="/home/atom/julia/bin:$PATH"' >> $BASH_ENV
- run:
name: PATH contents
command: echo "$PATH"
- run:
name: Julia version
command: julia --version
environment:
PATH: /home/atom/julia/bin
- run:
name: Install Lint.jl
# Note the "using Lint" is to pre-compile the cache
command: julia -E 'Pkg.add("Lint"); using Lint;'
environment:
PATH: /home/atom/julia/bin
- run:
name: Lint.jl version
command: julia -E 'Pkg.installed("Lint")'
environment:
PATH: /home/atom/julia/bin
- run:
name: Create VFB for Atom to run in
command: /usr/local/bin/xvfb_start
Expand All @@ -52,6 +61,8 @@ defaults: &defaults
- run:
name: Package specs
command: ${ATOM_SCRIPT_PATH} --test spec
environment:
PATH: /home/atom/julia/bin
# Cache node_modules
- save_cache:
paths:
Expand Down

0 comments on commit 663f45b

Please sign in to comment.