File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
build : |
26
26
cd analysis
27
27
# git checkout converted these to windows newline. Convert back to unix newline here
28
- echo "git diff now"
29
- git diff tests/src/expected/Auto.res.txt
30
28
dos2unix test.sh tests/src/*.res tests/src/*.resi
31
- echo "git diff again "
29
+ echo "git diff ci "
32
30
git diff tests/src/expected/Auto.res.txt
31
+ echo "cat -A Auto.res.txt"
32
+ cat -A tests/src/expected/Auto.res.txt
33
33
echo "make now===="
34
34
make foo
35
35
artifact-folder : win32
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ OUTPUT = rescript-editor-analysis.exe
57
57
foo :
58
58
@echo " git diff makefile foo"
59
59
git diff tests/src/expected/Auto.res.txt
60
+ @echo " cat -A Auto.res.txt in makefile"
61
+ cat -A tests/src/expected/Auto.res.txt
60
62
61
63
.DEFAULT_GOAL := build-native
62
64
You can’t perform that action at this time.
0 commit comments