File tree Expand file tree Collapse file tree 6 files changed +84
-0
lines changed Expand file tree Collapse file tree 6 files changed +84
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -xeuo pipefail
3
+ IFS=$' \n\t '
4
+
5
+ if [ -d " build/" ]
6
+ then
7
+ rm -r build
8
+ fi
9
+
10
+ # meson setup build -Db_sanitize=address,undefined
11
+ meson setup build
12
+ python -m pip uninstall -y asciidtype
13
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C' compile-args=-v' -Csetup-args=" -Dbuildtype=debug"
14
+ # python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -xeuo pipefail
3
+ IFS=$' \n\t '
4
+
5
+ if [ -d " build/" ]
6
+ then
7
+ rm -r build
8
+ fi
9
+
10
+ # meson setup build -Db_sanitize=address,undefined
11
+ meson setup build
12
+ python -m pip uninstall -y metadatadtype
13
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C' compile-args=-v' -Csetup-args=" -Dbuildtype=debug"
14
+ # python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -xeuo pipefail
3
+ IFS=$' \n\t '
4
+
5
+ if [ -d " build/" ]
6
+ then
7
+ rm -r build
8
+ fi
9
+
10
+ # meson setup build -Db_sanitize=address,undefined
11
+ meson setup build
12
+ python -m pip uninstall -y mpfdtype
13
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C' compile-args=-v' -Csetup-args=" -Dbuildtype=debug"
14
+ # python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -xeuo pipefail
3
+ IFS=$' \n\t '
4
+
5
+ if [ -d " build/" ]
6
+ then
7
+ rm -r build
8
+ fi
9
+
10
+ # meson setup build -Db_sanitize=address,undefined
11
+ meson setup build
12
+ python -m pip uninstall -y quaddtype
13
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C' compile-args=-v' -Csetup-args=" -Dbuildtype=debug"
14
+ # python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -xeuo pipefail
3
+ IFS=$' \n\t '
4
+
5
+ if [ -d " build/" ]
6
+ then
7
+ rm -r build
8
+ fi
9
+
10
+ # meson setup build -Db_sanitize=address,undefined
11
+ meson setup build
12
+ python -m pip uninstall -y stringdtype
13
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C' compile-args=-v' -Csetup-args=" -Dbuildtype=debug"
14
+ # python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -xeuo pipefail
3
+ IFS=$' \n\t '
4
+
5
+ if [ -d " build/" ]
6
+ then
7
+ rm -r build
8
+ fi
9
+
10
+ # meson setup build -Db_sanitize=address,undefined
11
+ meson setup build
12
+ python -m pip uninstall -y unytdtype
13
+ python -m pip install . -v --no-build-isolation -Cbuilddir=build -C' compile-args=-v' -Csetup-args=" -Dbuildtype=debug"
14
+ # python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
You can’t perform that action at this time.
0 commit comments