Compare commits

..

5 Commits

Author SHA1 Message Date
e9d0447205 Only run on-push on push to master repository 2025-12-01 05:24:56 +01:00
4230bb6753 Add more badges to README 2025-12-01 04:01:19 +01:00
3d7cc2290c Add build badge to README 2025-12-01 03:34:58 +01:00
54b9cfe2c7 Fix typo 2025-12-01 03:24:38 +01:00
1954b53170 Bump version to 0.1.0-a.1.z 2025-12-01 01:16:40 +01:00
4 changed files with 15 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ on:
jobs: jobs:
build-and-test: build-and-test:
if: github.repository == 'art/libart-paperback'
runs-on: linux runs-on: linux
container: code.helloryan.se/art/infra/buildenv/x86_64-fedora_42-unified:latest container: code.helloryan.se/art/infra/buildenv/x86_64-fedora_42-unified:latest
volumes: volumes:

View File

@@ -1,5 +1,11 @@
\page readme README \page readme README
[![Build Status][build-badge]](https://code.helloryan.se/art/libart-paperback/actions)
[![License][license-badge]](https://code.helloryan.se/art/libart-paperback/src/branch/master/LICENSE)
[![Sponsor][sponsor-badge]](https://patreon.com/helloryan)
[![Language][language-badge]](https://en.wikipedia.org/wiki/C++)
[![Build System][build2-badge]](https://build2.org/)
# libart-paperback # libart-paperback
libart-paperback is a PDF library for C++. libart-paperback is a PDF library for C++.
@@ -47,3 +53,9 @@ public documentation, i.e. `$out_root$/docs`.
## GitHub Pull Requests ## GitHub Pull Requests
Pull requests on GitHub will definitely be ignored. Pull requests on GitHub will definitely be ignored.
[build-badge]: https://code.helloryan.se/art/libart-paperback/actions/workflows/on-push.yaml/badge.svg
[license-badge]: https://img.shields.io/badge/License-BSD_4--Clause-orange
[sponsor-badge]: https://img.shields.io/badge/Sponsor-Patreon-green
[language-badge]: https://img.shields.io/badge/Language-C++-blue
[build2-badge]: https://img.shields.io/badge/Powered_by-build2-red

View File

@@ -17,7 +17,7 @@ namespace Art::Paperback::Carousel
/// ///
using iterator = typename deque<Object>::iterator; using iterator = typename deque<Object>::iterator;
/// Immutbale iterator type. /// Immutable iterator type.
/// ///
using const_iterator = typename deque<Object>::const_iterator; using const_iterator = typename deque<Object>::const_iterator;

View File

@@ -1,6 +1,6 @@
: 1 : 1
name: libart-paperback name: libart-paperback
version: 0.1.0-a.0 version: 0.1.0-a.1.z
language: c++ language: c++
summary: libart-paperback PDF library for C++ summary: libart-paperback PDF library for C++
license: BSD-4-Clause license: BSD-4-Clause