debug a thing
Some checks failed
Some checks failed
This commit is contained in:
@@ -31,6 +31,4 @@ USER gentooligan
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
CMD ["/bin/bash", "-l"]
|
||||
|
||||
@@ -94,10 +94,12 @@ jobs:
|
||||
|
||||
- name: build and check
|
||||
run: |
|
||||
echo $PATH
|
||||
echo $USER
|
||||
echo "CC=$CC"
|
||||
echo "CXX=$CXX"
|
||||
source /etc/profile
|
||||
echo $PATH
|
||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user