Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MDANSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scientific Software
MDANSE
Merge requests
!8
Feature functional tests enhancing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature functional tests enhancing
feature-functional_tests_enhancing
into
develop
Overview
0
Commits
14
Pipelines
1
Changes
1
Merged
Remi Perenon
requested to merge
feature-functional_tests_enhancing
into
develop
7 years ago
Overview
0
Commits
14
Pipelines
1
Changes
1
Expand
ADDED (internal) reference data files integrated in functional tests
CHANGED (internal) build test and deploy scripts
Edited
7 years ago
by
Remi Perenon
0
0
Merge request reports
Viewing commit
61ea8355
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
61ea8355
Test build scripts
· 61ea8355
Remi Perenon
authored
7 years ago
BuildServer/Windows/run_build.sh
+
1
−
0
Options
@@ -210,6 +210,7 @@ cd ${SCRIPT_DIR}
cmd /V:ON /E:ON /C
"setup_and_build.bat"
"
${
CI_PROJECT_DIR_WIN
}
"
"
${
TARGET_DIR
}
"
${
MSVC_BUILD_TARGET
}
# Exit now if unable to build
echo
$?
if
[
$?
-ne
0
]
;
then
status
=
$?
echo
"Failed to build MDANSE"
Loading