Update and rename blank.yml to build.yml

This commit is contained in:
Lakindu Akash 2021-09-30 23:38:33 +05:30 committed by GitHub
parent f87f1c91df
commit 304146b9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Build
name: Build and Test
on: [push]
@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v1
- name: Build binaries
run: |
sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
make
sudo make install