Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grapp-installer
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
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
Ethan Robert
grapp-installer
Compare revisions
12280c613a801ce5e99997824c1cd4cf71eb5c29 to 2012a588e3dddfde3d3bd4acc5300085b0a15f2e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ethan.robert.etu/grapp-installer
Select target project
No results found
2012a588e3dddfde3d3bd4acc5300085b0a15f2e
Select Git revision
Swap
Target
ethan.robert.etu/grapp-installer
Select target project
ethan.robert.etu/grapp-installer
1 result
12280c613a801ce5e99997824c1cd4cf71eb5c29
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Added GitHub actions
· 799fc08f
Ethan Robert
authored
1 month ago
799fc08f
Oh, I forgot, we're using GitLab right now.
· 71de7a9f
Ethan Robert
authored
1 month ago
71de7a9f
Added Gitlab CI
· 2012a588
Ethan Robert
authored
1 month ago
2012a588
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
View file @
2012a588
stages
:
-
install
-
test
install
:
stage
:
install
script
:
-
./instal-unix.sh
test
:
stage
:
test
script
:
-
/opt/grapp/bin/Grapp --version
\ No newline at end of file
This diff is collapsed.
Click to expand it.