Fix circleci yml

This commit is contained in:
Lakindu Akash 2020-10-04 16:40:55 +05:30
parent 44cfbc015a
commit f4864bc89b
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38

View File

@ -5,4 +5,6 @@ jobs:
- image: ubuntu:latest
steps:
- checkout
- run: cd linux-wifi-hotspot && make && sudo make install
- run: ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo Europe/Minsk > /etc/timezone
- run: DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
- run: make && make install