Skip to content

Commit 541896b

Browse files
committed
Merge remote-tracking branch 'OpenFAST/dev' into f/SoilDyn
2 parents 8060c6c + 5dc7272 commit 541896b

File tree

188 files changed

+20928
-2254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+20928
-2254
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# add (semi-useful) version info to git archive
22
CreateGitVersion.bat ident export-subst
3-
43
# Declare files that will always have CRLF line endings on checkout.
54
*.bat text eol=crlf
6-

.github/actions/tests-module-aerodyn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
fi
1919
2020
if [[ ${{ inputs.test-target }} == "regression" ]] || [[ ${{ inputs.test-target }} == "all" ]]; then
21-
ctest -VV -j7 -R ad_
21+
ctest -VV -R ad_ # -j7 do not run these tests in parallel due to a bug in accessing shared files
2222
fi
2323
2424
working-directory: ${{runner.workspace}}/openfast/build

.github/actions/tests-module-hydrodyn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author: 'Rafael Mudafort https://github.com/rafmudaf'
44
runs:
55
using: "composite"
66
steps:
7-
- run: ctest -VV -j7 -R hd_
7+
- run: ctest -VV -j7 -R hd_ -LE python
88
working-directory: ${{runner.workspace}}/openfast/build
99
shell: bash
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'VersionInfo module tests'
2+
description: 'Run tests specific to the NWTC Library module'
3+
author: 'Rafael Mudafort https://github.com/rafmudaf'
4+
runs:
5+
using: "composite"
6+
steps:
7+
- run: ctest -VV -R versioninfo_utest
8+
working-directory: ${{runner.workspace}}/openfast/build
9+
shell: bash

0 commit comments

Comments
 (0)