Compare commits
2 Commits
cb2ef59724
...
0be4cd65a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 0be4cd65a7 | |||
| 7975e32f56 |
@@ -31,4 +31,6 @@ USER gentooligan
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
CMD ["/bin/bash", "-l", "-c", "/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
@@ -97,12 +97,10 @@ 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