File tree Expand file tree Collapse file tree 20 files changed +320
-0
lines changed
Expand file tree Collapse file tree 20 files changed +320
-0
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Uses browserify to generate a benchmark bundle for each package with benchmarks.
420#
521# This script is called with the following arguments:
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Script to run the `makie` utility.
420
521
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run at the end of the AppVeyor build [lifecycle][1].
420#
521# [1]: https://www.appveyor.com/docs/appveyor-yml/
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run continuous integration on [AppVeyor][1].
420#
521# [1]: https://www.appveyor.com/
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run at the end of the Circle CI test [lifecycle][1].
420#
521# [1]: https://circleci.com/docs/configuration/#test
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run continuous integration on [Circle CI][1].
420#
521# [1]: https://circleci.com
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run at the end of the Travis CI build [lifecycle][1].
420#
521# [1]: https://docs.travis-ci.com/user/customizing-the-build#The-Build-Lifecycle
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run before performing install steps during Travis CI build [lifecycle][1].
420#
521# [1]: https://docs.travis-ci.com/user/customizing-the-build#The-Build-Lifecycle
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Build script to run continuous integration on [Travis CI][1].
420#
521# [1]: travis-ci.org
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3+ # @license Apache-2.0
4+ #
5+ # Copyright (c) 2017 The Stdlib Authors.
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
18+
319# Builds and publishes API documentation.
420#
521# TODO:
You can’t perform that action at this time.
0 commit comments