Update ci/cd files

This commit is contained in:
Lakindu Akash 2020-10-04 16:37:49 +05:30
parent 020f473d11
commit 44cfbc015a
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1
- image: ubuntu:latest
steps:
- checkout
- run: echo "A first hello"
- run: cd linux-wifi-hotspot && make && sudo make install

View File

@ -8,6 +8,6 @@ before_install:
- sudo apt-get install -y build-essential libgtk-3-dev
script:
- make
- sudo PATH="$HOME/usr/bin:$PATH" make install
- echo "Finished"
# - make
# - sudo PATH="$HOME/usr/bin:$PATH" make install
- echo "Test Finished"