Skip to content

Commit

Permalink
initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Nov 15, 2023
1 parent 383602d commit 2af4a31
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 86 deletions.
45 changes: 10 additions & 35 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- '1.0'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
include:
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1.6'
os: ubuntu-latest
arch: x64
- version: '1'
os: macOS-latest
arch: x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand All @@ -39,30 +41,3 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
permissions:
contents: write
statuses: write
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- name: Configure doc environment
run: |
julia --project=docs/ -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using CombinatorialLinearOracles
DocMeta.setdocmeta!(CombinatorialLinearOracles, :DocTestSetup, :(using CombinatorialLinearOracles); recursive=true)
doctest(CombinatorialLinearOracles)'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
*.jl.cov
*.jl.mem
/docs/Manifest.toml
/Manifest.toml
/docs/build/
.vscode
7 changes: 0 additions & 7 deletions Manifest.toml

This file was deleted.

6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ uuid = "0002e35e-4a6a-41c8-a2f5-6940c7e5949f"
authors = ["Mathieu Besançon <[email protected]> and contributors"]
version = "1.0.0-DEV"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
GraphsMatching = "c3af3a8c-b79e-4b01-bf44-c718d7e0e0d6"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
julia = "1"

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# CombinatorialLinearOracles

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ZIB-IOL.github.io/CombinatorialLinearOracles.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ZIB-IOL.github.io/CombinatorialLinearOracles.jl/dev/)
[![Build Status](https://github.com/ZIB-IOL/CombinatorialLinearOracles.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ZIB-IOL/CombinatorialLinearOracles.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ZIB-IOL/CombinatorialLinearOracles.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ZIB-IOL/CombinatorialLinearOracles.jl)
3 changes: 0 additions & 3 deletions docs/Project.toml

This file was deleted.

25 changes: 0 additions & 25 deletions docs/make.jl

This file was deleted.

14 changes: 0 additions & 14 deletions docs/src/index.md

This file was deleted.

0 comments on commit 2af4a31

Please sign in to comment.