Compare commits

...

2 Commits

Author SHA1 Message Date
Ramon Roche f97315882a ci: run on PR 2024-11-25 08:38:14 -08:00
Ramon Roche 3db11e5dbe ci: bump fuzzer image deps 2024-11-25 08:36:29 -08:00
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -3,5 +3,7 @@ COPY . $SRC/PX4-Autopilot
RUN apt-get install -y libjpeg8-dev zlib1g-dev
RUN pip3 install --upgrade pip
RUN python3 -m pip install -r $SRC/PX4-Autopilot/Tools/setup/requirements.txt
RUN touch /.dockerenv
RUN $SRC/PX4-Autopilot/Tools/setup/ubuntu.sh
WORKDIR $SRC/PX4-Autopilot
COPY ./.clusterfuzzlite/build.sh $SRC/
+3
View File
@@ -2,6 +2,9 @@ name: ClusterFuzzLite batch fuzzing
on:
schedule:
- cron: '0 6 * * *' # UTC 6am every day.
pull_request:
branches:
- '*'
permissions: read-all
jobs:
BatchFuzzing: