mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Added a temporary script for use with git bisect to figure out when utf8 issue was introduced.
This commit is contained in:
parent
b672e4c504
commit
bc3aa1b650
13
git_bisect_test.sh
Executable file
13
git_bisect_test.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f build
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake .. -DENABLE_NETCDF_4=OFF -DENABLE_DAP=OFF -DENABLE_DISKLESS=OFF
|
||||
make -j 4
|
||||
cd ncdump
|
||||
./tst_nccopy3.sh
|
||||
RES=$?
|
||||
popd
|
||||
|
||||
exit $RES
|
Loading…
Reference in New Issue
Block a user