Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPSvis
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
Container Registry
Model registry
Operate
Environments
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
JuPedSim
JPSvis
Wiki
pushing
Changes
Page history
New page
Templates
Clone repository
Add Wiki for JPSvis
authored
10 years ago
by
Mohcine Chraibi
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pushing.markdown
+9
-0
9 additions, 0 deletions
pushing.markdown
with
9 additions
and
0 deletions
pushing.markdown
0 → 100644
View page @
e9371ac5
# Bevore pushing to the repository
check if the tests are (still) run successfully. For instance for
`jpscore`
in your
**build**
directory
```
ctest -R jpscore_compile
```
should pass.
This diff is collapsed.
Click to expand it.