Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LCTime
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Lanzendörfer
LCTime
Commits
32ac93a7
Commit
32ac93a7
authored
1 year ago
by
Thomas Kramer
Browse files
Options
Downloads
Patches
Plain Diff
CI: define when to run pipeline
parent
75547926
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.woodpecker.yml
+7
-7
7 additions, 7 deletions
.woodpecker.yml
with
7 additions
and
7 deletions
.woodpecker.yml
+
7
−
7
View file @
32ac93a7
# SPDX-FileCopyrightText: 2022 Thomas Kramer
# SPDX-FileCopyrightText: 2022
-2024
Thomas Kramer
#
# SPDX-License-Identifier: CC0-1.0
steps
:
build
:
test
:
#image: python:3.8-bullseye # For local debuggin: podman run -it --rm python:3.8-bullseye
image
:
debian
image
:
python
when
:
-
event
:
manual
-
event
:
push
commands
:
-
apt update
-
apt install -y python3 python3-pip
-
python3 --version
-
pip3 --version
-
apt install -y cython3 ngspice
-
apt install -y python3-numpy python3-scipy python3-matplotlib python3-networkx python3-sympy python3-joblib python3-z3
-
apt install -y libjpeg-dev
# Weird dependency.
-
./
install
.sh
-
python3 -m pip
install
.
-
./run_tests.sh
# Run CI only on master branch.
branches
:
[
master
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment