guh
This commit is contained in:
parent
5eafcddc8b
commit
9e08419a7d
1 changed files with 4 additions and 3 deletions
|
@ -44,9 +44,10 @@ jobs:
|
||||||
cp extras/appimage.cmake jami/
|
cp extras/appimage.cmake jami/
|
||||||
cat extras/CMakeLists.txt >> jami/CMakeLists.txt
|
cat extras/CMakeLists.txt >> jami/CMakeLists.txt
|
||||||
cd jami
|
cd jami
|
||||||
python build.py --init
|
# python build.py --init
|
||||||
python build.py --dependencies
|
# python build.py --dependencies
|
||||||
python build.py --install
|
# python build.py --install
|
||||||
|
mkdir build && cd build && cmake .. && make
|
||||||
|
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
|
|
Loading…
Add table
Reference in a new issue