File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1+ name : build
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - name : add-packages
11+ run : |
12+ sudo apt-get update -y
13+ sudo apt-get install -y git flex bison libunistring-dev libpcre2-dev diffutils vim-common
14+ - name : make
15+ run : make
16+ - name : make test
17+ run : make test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org /ascii-boxes/boxes. svg?branch=master )] ( https://travis-ci.org /ascii-boxes/boxes )
1+ [ ![ Build Status] ( https://github.com /ascii-boxes/boxes/actions/workflows/boxes.yml/badge. svg )] ( https://github.com /ascii-boxes/boxes/actions/workflows/boxes.yml )
22
33# boxes
44
You can’t perform that action at this time.
0 commit comments