Skip to content

Commit

Permalink
check location
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 20, 2023
1 parent 2526bf1 commit ad8cf4c
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/ci-industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,23 @@ jobs:
cd pigpio-master
make
sudo make install
- name: Verify pigpio library install
- name: See where I am
run: |
sudo ./x_pigpio # check C I/F
sudo pigpiod # start daemon
./x_pigpiod_if2 # check C I/F to daemon
./x_pigpio.py # check Python I/F to daemon
./x_pigs # check pigs I/F to daemon
./x_pipe # check pipe I/F to daemon
- name: Go back to prev directory
run: cd $CURRENT_DIR
- uses: actions/checkout@v3 # clone target repository
pwd
ls -la
cd ..
ls -la
# - name: Verify pigpio library install
# run: |
# sudo ./x_pigpio # check C I/F
# sudo pigpiod # start daemon
# ./x_pigpiod_if2 # check C I/F to daemon
# ./x_pigpio.py # check Python I/F to daemon
# ./x_pigs # check pigs I/F to daemon
# ./x_pipe # check pipe I/F to daemon
# - name: Go back to prev directory
# run: cd $CURRENT_DIR
# - uses: actions/checkout@v3 # clone target repository

# - uses: actions/cache@v2 # fetch/store the directory used by ccache before/after the ci run
# with:
Expand Down

0 comments on commit ad8cf4c

Please sign in to comment.