This website requires JavaScript.
Explore
Help
Register
Sign in
sovereign-rf
/
hackrf
Watch
1
Star
0
Fork
You've already forked hackrf
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
hackrf
/
ci-scripts
/
install_host.sh
7 lines
68 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Jenkins CI (#1102) * jenkins: initial commit * jenkins: add missing usb hub check script * jenkins: squish docker apt package install commands into a single command * jenkins: fix type in Dockerfile * jenkins: override interactive installations in Dockerfile (build-essentials fails due to tzdata) * jenkins: set executable flag on ci scripts * jenkins: remove sudo prefix from install scripts * jenkins: add python3 venv to Dockerfile and build scripts * jenkins: add missing python venv command to host install script * jenkins: remove python install and venv redundancies * jenkins: remove make install step, run hackrf tools directly from their build directory * jenkins: re-add python3 and pip installations to docker because usbhub depends on them * jenkins: add missing git install to docker * jenkins: add python-is-python3 to docker's installed dependencies * jenkins: use path string to specify the correct device for dfu-util * jenkins: specify usbhub id for dual hub setup * jenkins: turn unused usb hub ports off for testing * jenkins: remove custom job throttle property * use --disable-i2c usbhub option, install usbhub from latest, replace --privileged with cgroups option, remove redundancies from Dockerfile * update device usb path for dfu-util * remove apt/lists/* and fix typos * ci: remove redundant environment setup in Jenkins
2022-06-08 11:26:28 -06:00
#!/bin/bash
ci: update docker base image and prerequisites, catch errors from intermediate test scripts, retry tx/rx tests before failing
2023-12-15 14:57:16 -07:00
set
-e
update scripts Modernize CMake usage in scripts to define a build directory using the cmake -B flag, use cmake --build rather than just make.
2025-08-17 16:27:40 -04:00
cd
host
cmake -B build
cmake --build build
cd
..
Reference in a new issue
Copy permalink