-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
306017e
commit 6b3de17
Showing
8 changed files
with
105 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
task: | ||
matrix: | ||
- name: FreeBSD | ||
freebsd_instance: | ||
image_family: freebsd-13-2 | ||
env: | ||
matrix: | ||
- JULIA_VERSION: 1.6 | ||
- JULIA_VERSION: 1 | ||
- name: MacOS M1 | ||
macos_instance: | ||
image: ghcr.io/cirruslabs/macos-monterey-base:latest | ||
env: | ||
- JULIA_VERSION: 1 | ||
install_script: | | ||
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh" | ||
set -x | ||
if [ "$(uname -s)" = "Linux" ] && command -v apt; then | ||
apt update | ||
apt install -y curl | ||
fi | ||
if command -v curl; then | ||
sh -c "$(curl ${URL})" | ||
elif command -v wget; then | ||
sh -c "$(wget ${URL} -q -O-)" | ||
elif command -v fetch; then | ||
sh -c "$(fetch ${URL} -o -)" | ||
fi | ||
build_script: | ||
- cirrusjl build | ||
test_script: | ||
- cirrusjl test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# Changes here will be overwritten by Copier | ||
AnswerStrategy: recommended | ||
AddAllcontributors: true | ||
AddCodeOfConduct: true | ||
AddCopierCI: false | ||
AddGitHubTemplates: true | ||
AddMacToCI: true | ||
AddPrecommit: true | ||
AddWinToCI: true | ||
AnswerStrategy: ask | ||
AuthorEmail: [email protected] | ||
AuthorName: Tangi Migot | ||
Indentation: 2 | ||
JuliaMinVersion: '1.6' | ||
License: MPL-2.0 | ||
PackageName: JSOSuite | ||
PackageOwner: JuliaSmoothOptimizers | ||
PackageUUID: ed6ae0be-a024-11e9-2788-05dbf8cd15d9 | ||
_commit: v0.5.3 | ||
RunJuliaNightlyOnCI: false | ||
SimplifiedPRTest: true | ||
UseCirrusCI: true | ||
_commit: v0.6.0 | ||
_src_path: https://github.com/abelsiqueira/COPIERTemplate.jl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters