mirror of https://github.com/openXC7/prjxray.git
CI: use variable to force license server connection
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
35f780c825
commit
52840f7390
|
|
@ -61,6 +61,8 @@ jobs:
|
||||||
|
|
||||||
- name: Xilinx Setup
|
- name: Xilinx Setup
|
||||||
run: .github/workflows/scripts/xilinx.sh
|
run: .github/workflows/scripts/xilinx.sh
|
||||||
|
env:
|
||||||
|
USE_LICENSE_SERVER: "true"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build --output-sync=target --warn-undefined-variables -j$(nproc)
|
run: make build --output-sync=target --warn-undefined-variables -j$(nproc)
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ echo "----------------------------------------"
|
||||||
# them.
|
# them.
|
||||||
echo "xilinx secret"
|
echo "xilinx secret"
|
||||||
echo $GHA_SSH_TUNNEL_CONFIG_SECRET_NAME
|
echo $GHA_SSH_TUNNEL_CONFIG_SECRET_NAME
|
||||||
if [[ ! -z "$GHA_SSH_TUNNEL_CONFIG_SECRET_NAME" ]]; then
|
if [[ ! -z "$USE_LICENSE_SERVER" ]]; then
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Xilinx license server ssh key found, checking the license"
|
echo "Xilinx license server ssh key found, checking the license"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue