Skip to content

Commit

Permalink
Migrate to CircleCI 2.0 for Linuxbrew (Homebrew#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman authored Aug 12, 2017
1 parent 1be6e4a commit d71834b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
jobs:
build:
docker:
- image: linuxbrew/linuxbrew
environment:
CIRCLE_REPOSITORY_URL: https://github.com/linuxbrew/brew
HOMEBREW_DEVELOPER: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_VERBOSE: 1
HOMEBREW_VERBOSE_USING_DOTS: 1
steps:
- checkout
- run: git remote set-url origin $CIRCLE_REPOSITORY_URL
- run: if [ -e .git/shallow ]; then echo git fetch --unshallow; fi
- run: git config --global user.name LinuxbrewTestBot
- run: git config --global user.email [email protected]
- run: rm -rf /home/linuxbrew/.linuxbrew/Homebrew
- run: cp -a . /home/linuxbrew/.linuxbrew/Homebrew
- run: |
umask 022
PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
brew test-bot
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
!/.travis.yml
!/.codecov.yml
!/.yardopts
!/circle.yml
!/.circleci/config.yml
!/CODEOFCONDUCT.md
!/CONTRIBUTING.md
!/LICENSE.txt
Expand Down
15 changes: 0 additions & 15 deletions circle.yml

This file was deleted.

0 comments on commit d71834b

Please sign in to comment.