Skip to content

Commit fea8cb1

Browse files
committed
Merge branch 'QPR-13336' into 'master'
Merge branch 'QPR-13336' into 'master' Closes QPR-13336 See merge request qs/ore-github!65
2 parents 64212f6 + aeab394 commit fea8cb1

7 files changed

Lines changed: 824 additions & 2443 deletions

File tree

.github/workflows/linux_manylinux_wheels_02.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
CIBW_BUILD_VERBOSITY: 2
6666
CIBW_BEFORE_ALL_LINUX: ./ORE-SWIG/Wheels/before_all_linux.sh
6767
#CIBW_ENVIRONMENT_LINUX: CXXFLAGS="-O3 -g0"
68-
CIBW_ENVIRONMENT_LINUX: CXXFLAGS="-std=c++17 -O3 -g0" ORE=/project
68+
CIBW_ENVIRONMENT_LINUX: CXXFLAGS="-std=c++17 -DNDEBUG -O3 -g0" ORE=/project
6969
CIBW_ENVIRONMENT_PASS_LINUX: CXXFLAGS
7070
with:
7171
package-dir: ${{ github.workspace }}/ORE-SWIG

Examples/ORE-Python/ExampleScripts/runExampleScripts.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ for file in *.py; do
3535
fi
3636
done
3737

38+
python3 log.py || status=1
39+
3840
# clean up
3941
rm $output_file
4042
exit $status

0 commit comments

Comments
 (0)