Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add windows and mac builds to ci #873

Merged
merged 23 commits into from
Feb 23, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e551029
add windows and mac builds to ci
ssteinbach Jan 21, 2021
29686e3
fall back to mac 10.15
ssteinbach Jan 21, 2021
1a839ea
split lcov target out from the ci-postbuild target
ssteinbach Feb 12, 2021
b0e560d
Specify which build does C++ coverage w/ lcov
ssteinbach Feb 12, 2021
b36754f
use == syntax instead of contains
ssteinbach Feb 12, 2021
dd74941
move the env config out to the top level
ssteinbach Feb 12, 2021
0468291
Skip autogen tests on windows (slashes)
ssteinbach Feb 12, 2021
df626f8
sanitize paths when writing autogen docs
ssteinbach Feb 13, 2021
7247c1e
try escaping the slash in the replacement
ssteinbach Feb 13, 2021
e91e65e
manifest paths need same treatment
ssteinbach Feb 13, 2021
8cd7001
switch to tempfile.TemporaryDirectory
ssteinbach Feb 17, 2021
644ec3e
another conversion to TemporaryDirectory
ssteinbach Feb 17, 2021
2c0714f
more tempfile cleanup
ssteinbach Feb 17, 2021
072a5c0
whoops missed import
ssteinbach Feb 17, 2021
bc0b554
testing if this is specific to the generators xml
ssteinbach Feb 18, 2021
29c8012
only remove windows slashes from sanitized paths
ssteinbach Feb 18, 2021
dfc66bd
only run windows ci while I iterate
ssteinbach Feb 18, 2021
eeb94fb
run the broken test
ssteinbach Feb 18, 2021
e2a6ea0
remove BOM from example xml file
ssteinbach Feb 18, 2021
85c958c
replace more unit test tempfile handling to be more windows compatible
ssteinbach Feb 18, 2021
bc66af1
only run XGES unit tests on linux
ssteinbach Feb 18, 2021
6ebee23
turning MacOS and Linux builds back on.
ssteinbach Feb 18, 2021
215de62
Also disable xges for python < 3.
ssteinbach Feb 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/sample_data/premiere_generators.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a shame the BOM doesn't show in the diff

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah! oddly enough git diff from the command line did show it to me

<!DOCTYPE xmeml>
<xmeml version="4">
<sequence id="sequence-1" TL.SQAudioVisibleBase="0" TL.SQVideoVisibleBase="0" TL.SQVisibleBaseTime="0" TL.SQAVDividerPosition="0.5" TL.SQHideShyTracks="0" TL.SQHeaderWidth="236" Monitor.ProgramZoomOut="9068963904000" Monitor.ProgramZoomIn="0" TL.SQTimePerPixel="0.071968375881910282" MZ.EditLine="8793504720000" MZ.Sequence.PreviewFrameSizeHeight="1080" MZ.Sequence.PreviewFrameSizeWidth="1920" MZ.Sequence.AudioTimeDisplayFormat="200" MZ.Sequence.PreviewRenderingClassID="1297106761" MZ.Sequence.PreviewRenderingPresetCodec="1297107278" MZ.Sequence.PreviewRenderingPresetPath="EncoderPresets/SequencePreview/cc7991f5-c236-4db1-957e-2c71f924e81c/I-Frame Only MPEG.epr" MZ.Sequence.PreviewUseMaxRenderQuality="false" MZ.Sequence.PreviewUseMaxBitDepth="false" MZ.Sequence.EditingModeGUID="cc7991f5-c236-4db1-957e-2c71f924e81c" MZ.Sequence.VideoTimeDisplayFormat="110" MZ.WorkOutPoint="15235011792000" MZ.WorkInPoint="0" MZ.ZeroPoint="0" explodedTracks="true">
Expand Down