Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1734 from atom/aw/snapshot-test
Browse files Browse the repository at this point in the history
Test to catch electron-link and mksnapshot failures
  • Loading branch information
smashwilson committed Oct 8, 2018
2 parents 2466c36 + 75e2287 commit 5ed66d9
Show file tree
Hide file tree
Showing 8 changed files with 713 additions and 19 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ jobs:
- UNTIL_TIMEOUT: "30000"
- CIRCLE_BUILD_IMAGE: osx
- ATOM_CHANNEL: dev
snapshot:
<<: *defaults
environment:
- ATOM_LINT_WITH_BUNDLED_NODE: "true"
- APM_TEST_PACKAGES: ""
- npm_config_clang: "1"
- CC: clang
- CXX: clang++
- MOCHA_TIMEOUT: "60000"
- UNTIL_TIMEOUT: "30000"
- CIRCLE_BUILD_IMAGE: osx
- ATOM_CHANNEL: dev
- ATOM_GITHUB_TEST_SUITE: snapshot

workflows:
version: 2
Expand All @@ -72,3 +85,4 @@ workflows:
- stable
- beta
- dev
- snapshot
Loading

0 comments on commit 5ed66d9

Please sign in to comment.