Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminya/compilebot.jl
Automatic compilation for Julia packages
https://github.com/aminya/compilebot.jl
compile github-actions julia julia-packages precompile system-image
Last synced: 7 days ago
JSON representation
Automatic compilation for Julia packages
- Host: GitHub
- URL: https://github.com/aminya/compilebot.jl
- Owner: aminya
- License: mit
- Created: 2020-08-12T03:36:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T15:03:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T04:40:58.662Z (10 days ago)
- Topics: compile, github-actions, julia, julia-packages, precompile, system-image
- Language: Julia
- Homepage:
- Size: 426 KB
- Stars: 17
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CompileBot
CompileBot automatically generates precompilation data for your Julia packages, which results in reducing the time it takes for runtime compilation, loading, and startup.
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aminya.github.io/CompileBot.jl/dev)
![CI](https://github.com/aminya/CompileBot.jl/workflows/CI/badge.svg)
![workflow_CI](https://github.com/aminya/CompileBot.jl/workflows/workflow_CI/badge.svg)
[![codecov](https://codecov.io/gh/aminya/CompileBot.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/aminya/CompileBot.jl)# Installation and Usage
```julia
using Pkg
Pkg.add("CompileBot")
```
```julia
using CompileBot
```# Documentation
Click on the badge: [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aminya.github.io/CompileBot.jl/dev)**Notice**: CompileBot is now in a separate repository, and the API is changed because of that. Call `using CompileBot` directly in your snoop scripts and update your workflow based on this guide: [Configure the bot to run with a GitHub Action file]( https://aminya.github.io/CompileBot.jl/dev/#Configure-the-bot-to-run-with-a-GitHub-Action-file-1)
# Projects that use CompileBot:
- [Plots](https://github.com/JuliaPlots/Plots.jl)