-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's not packaged anywhere except OpenBSD and the AUR and using the AUR in the CI is a pain.
- Loading branch information
Showing
2 changed files
with
2 additions
and
27 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (C) 2022 Guilherme Janczak <[email protected]> | ||
# Copyright (C) 2022,2024 Guilherme Janczak <[email protected]> | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to | ||
|
@@ -21,10 +21,7 @@ | |
|
||
common_template: &common_script | ||
build_script: | ||
- if command -v ccomp; then | ||
- export native_file=--native-file=.github/workflows/meson-compcert.txt | ||
- fi | ||
- meson setup $native_file -Dtest_system=true build | ||
- meson setup build $native_file -Dtest_system=true | ||
- meson compile -C build | ||
test_script: | ||
- meson test --no-suite system -C build | ||
|
@@ -45,22 +42,6 @@ task: | |
- apk add meson alpine-sdk clang linux-headers | ||
<< : *common_script | ||
|
||
task: | ||
container: | ||
image: artixlinux/base | ||
kvm: true | ||
name: compcert | ||
aur_script: | ||
- printf '%s\n%s\n' '[xuanrui]' | ||
'Server = https://www.math.nagoya-u.ac.jp/~x18004y/repo/' | ||
>> /etc/pacman.conf | ||
- pacman-key --init | ||
- pacman-key --recv-keys 6E06FBC8 | ||
- pacman-key --lsign-key 6E06FBC8 | ||
setup_script: | ||
- pacman --noconfirm -Syu compcert ninja meson git linux-headers | ||
<< : *common_script | ||
|
||
task: | ||
freebsd_instance: | ||
# Keep updated with newest release from https://www.freebsd.org/releases/ | ||
|
This file was deleted.
Oops, something went wrong.