@ -1,8 +1,19 @@
name: build
on: [push, pull_request]
jobs:
ci:
name: bootstrap
ubuntu:
name: ubuntu-bootstrap
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
env:
CI_MODE: true
run: |
make bootstrap
make tmux
macos:
name: macos-bootstrap
runs-on: macos-latest
@ -13,7 +24,7 @@ jobs:
make
make dotfiles
make macos
make asdf
make brew
#make macos
#make asdf
#make brew
@ -1,9 +1,3 @@
- brew:
- git
- mackup
- mas
- zsh
# Setup zinit
- create:
- ~/.zinit
@ -14,7 +8,7 @@
command: |
if cd ~/.zinit/bin;
then git pull;
else git clone https://github.com/zdharma/zinit.git ~/.zinit/bin; fi
else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi
# Change default shell to zsh
- shell:
@ -34,6 +28,3 @@
}
update_shell
- cask:
- syncthing
@ -1,2 +1,11 @@
- brewfile:
- ~/.Brewfile