Files
e_power_switch/.gitea/workflows/action.yaml
T
ponsin_h 2f98c009d3
CI / build-and-test (push) Failing after 12s
adding documentation
2026-06-10 11:17:59 +02:00

29 lines
796 B
YAML

name: CI
on:
push:
branches: [ "master" ]
jobs:
build-and-test:
runs-on: linepics
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install
run: |
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
make install
sh maketestenv.sh
- name: Run tests
run: |
export EPICS_BASE=/usr/local/epics/base-7.0.7;
export EPICS_HOST_ARCH=linux-x86_64;
export EPICS_CA_AUTO_ADDR_LIST=NO;
export EPICS_CAS_INTF_ADDR_LIST="127.0.0.1 localhost";
export EPICS_CA_ADDR_LIST="127.0.0.1 localhost";
export EPICS_CA_SERVER_PORT=5064;
source testenv/bin/activate && python3 test/test.py