Compare commits
4 Commits
938f728eb9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e25aa1c54 | |||
| e309f519f2 | |||
| 5ccd9f16c3 | |||
| 7d596ebd3b |
@@ -18,8 +18,11 @@ jobs:
|
||||
build-essential \
|
||||
doxygen \
|
||||
file \
|
||||
firefox-esr \
|
||||
git \
|
||||
graphviz \
|
||||
python3 \
|
||||
python3-selenium \
|
||||
rsync \
|
||||
unzip \
|
||||
zip
|
||||
@@ -33,6 +36,8 @@ jobs:
|
||||
make -j`nproc` docs
|
||||
echo 'pildefriends ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD3Kde5vDO0TrMBDK0IGGeNGe/XinWAZkSQ/rXxwUjt' >> ~/.ssh/known_hosts
|
||||
rsync -avP --delete -e "ssh -i /opt/keys/ssh.ed25519" out/html/ tfdocs@pildefriends:docs/html/
|
||||
- name: Test Debug
|
||||
run: out/debug/tildefriends test -t auto
|
||||
Build-All:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
@@ -54,13 +59,11 @@ jobs:
|
||||
docker.io \
|
||||
doxygen \
|
||||
file \
|
||||
firefox-geckodriver \
|
||||
gcc-aarch64-linux-gnu \
|
||||
git \
|
||||
graphviz \
|
||||
libgpgme11 \
|
||||
libssl-dev \
|
||||
python3-selenium \
|
||||
mingw-w64 \
|
||||
rsync \
|
||||
unzip \
|
||||
|
||||
Reference in New Issue
Block a user