mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Update ci/cd files
This commit is contained in:
parent
020f473d11
commit
44cfbc015a
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user