Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Jan 9, 2025
1 parent 11ac156 commit 5d5ab5d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ci/guitar-nightly-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ pushd _guitar-nightly-ci
git clone [email protected]:soramimi/Guitar.git
cd Guitar/docker
make build
make guitar-deb
make guitar-appimage
#make guitar-deb
#make guitar-appimage
make guitar-doxy
popd
#cp _guitar-nightly-ci/Guitar/docker/home/guitar_*.deb /mnt/lucy/pub/nightlybuild/test/
#cp _guitar-nightly-ci/Guitar/docker/home/Guitar-*.AppImage /mnt/lucy/pub/nightlybuild/test/

curl -T _guitar-nightly-ci/Guitar/docker/home/guitar_*.deb ftp://192.168.0.5/Public/pub/nightlybuild/test/
curl -T _guitar-nightly-ci/Guitar/docker/home/Guitar-*.AppImage ftp://192.168.0.5/Public/pub/nightlybuild/test/
curl -T _guitar-nightly-ci/Guitar/doxy/guitar-doxy-html.tar.zst ftp://192.168.0.5/Public/pub/nightlybuild/

0 comments on commit 5d5ab5d

Please sign in to comment.