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