Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
AURA
engine-core
Commits
2a6e7943
Commit
2a6e7943
authored
2 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
ci: add basic lint step
parent
d41859ab
No related branches found
No related tags found
No related merge requests found
Pipeline
#2643
passed
2 years ago
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
2a6e7943
...
@@ -10,7 +10,7 @@ stages:
...
@@ -10,7 +10,7 @@ stages:
-
whoami
-
whoami
# Cannot install due "liquidsoap" user (see https://gitlab.servus.at/aura/engine-core/-/issues/40)
# Cannot install due "liquidsoap" user (see https://gitlab.servus.at/aura/engine-core/-/issues/40)
# - apt-get -qq update
# - apt-get -qq update
# - apt-get -y install codespell
# - apt-get -y install codespell
make
# - make init.app
# - make init.app
.release-rules
:
&release-rules
.release-rules
:
&release-rules
...
@@ -26,7 +26,9 @@ check_style:
...
@@ -26,7 +26,9 @@ check_style:
before_script
:
before_script
:
-
*install_requirements
-
*install_requirements
script
:
script
:
-
make lint
liquidsoap --check src/engine.liq
# See engine-core#40
# - make lint
# - make spell
# - make spell
docker-push
:
docker-push
:
...
...
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