added prerequisite and build steps

Former-commit-id: 65a1720657
This commit is contained in:
Arthur Lu 2021-08-26 22:48:48 +00:00
parent f0ef4fea5d
commit 2f90e7d11a

View File

@ -11,9 +11,15 @@ jobs:
generate:
name: Build Linux
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@master
- name: Echo test
run: echo "test"
- name: Install Dependencies
run: pip install -r requirements.txt
working-directory: src/
- name: Give Execute Permission
run: chmod +x build/build-CLI.sh
working-directory: build/
- name: Build Binary
run: ./build-CLI.sh
working-directory: build/