my personal dotfiles managed by dotbot, zinit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
565 B

name: build
on: [push, pull_request]
jobs:
3 years ago
ubuntu:
name: ubuntu-bootstrap
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
env:
CI_MODE: true
run: |
3 years ago
make bootstrap
make tmux
3 years ago
macos:
name: macos-bootstrap
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: build
env:
CI_MODE: true
4 years ago
run: |
make
make bootstrap
make dotfiles
3 years ago
#make macos
#make asdf
#make brew
4 years ago
make tmux