Try
Some checks failed
on-push / build-and-test (push) Failing after 4s

This commit is contained in:
RYAN 2024-09-02 09:48:52 +02:00
parent 06daa67825
commit e6c1cce80e
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -13,6 +13,8 @@ jobs:
echo machine code.helloryan.se >> ~/.netrc echo machine code.helloryan.se >> ~/.netrc
echo login $GITHUB_ACTOR >> ~/.netrc echo login $GITHUB_ACTOR >> ~/.netrc
echo password $GITEA_TOKEN >> ~/.netrc echo password $GITEA_TOKEN >> ~/.netrc
- name: Dump
run: cat ~/.netrc
- name: Initialize (bpkg) - name: Initialize (bpkg)
run: bpkg create -d /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror" run: bpkg create -d /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror"
- name: Build (bpkg) - name: Build (bpkg)