Skip to content

Commit

Permalink
all in arm runner commands
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 20, 2023
1 parent f6426f1 commit 26c9d5c
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions .github/workflows/ci-industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,28 @@ jobs:
optimize_image: false
image_additional_mb: 8096
commands: |
echo "Emulated Pi info"
cat /etc/os-release
uname -a
ls -la
grep Model /proc/cpuinfo
pwd
echo "CURRENT_DIR=$(pwd)" >> $GITHUB_ENV
echo "installing pigpio"
cd ~
wget https://github.com/joan2937/pigpio/archive/master.zip
unzip master.zip
cd pigpio-master
make
sudo make install
- name: Verify info in next run
run: |
grep Model /proc/cpuinfo
pwd
ls -la
echo "CURRENT_DIR=$(pwd)" >> $GITHUB_ENV
- name: Install pigpio library on the emulated Pi
run: |
cd ~
wget https://github.com/joan2937/pigpio/archive/master.zip
unzip master.zip
cd pigpio-master
make
sudo make install
- name: test pigpio library on the emulated Pi
run: |
sudo ./x_pigpio
sudo pigpiod
./x_pigpiod_if2
./x_pigs
./x_pipe
echo "test pigpio library on the emulated Pi"
sudo ./x_pigpio
sudo pigpiod
./x_pigpiod_if2
./x_pigs
./x_pipe



Expand Down

0 comments on commit 26c9d5c

Please sign in to comment.