Skip to content

Commit

Permalink
ci: Remove old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Oct 16, 2023
1 parent a43d24d commit 9237001
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 211 deletions.
32 changes: 0 additions & 32 deletions .appveyor.yml

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# The MCF Gthread Library

|CI |Category |Host OS |Build Status |Remarks |
|:-------------|:--------------------------|:---------------|:----------------|:----------------|
|[**AppVeyor**](https://ci.appveyor.com/project/lhmouse/mcfgthread) |:1st_place_medal:Primary |Windows (MSYS2) |[![Build Status](https://ci.appveyor.com/api/projects/status/github/lhmouse/mcfgthread?branch=master&svg=true)](https://ci.appveyor.com/project/lhmouse/mcfgthread) ||

**MCF Gthread** is a threading support library for **Windows 7** and above that implements the _gthread interface set_, which is used internally both by **GCC** to provide synchronization of initialization of local static objects, and by **libstdc++** to provide C++11 threading facilities.

I decide to recreate everything from scratch. Apologies for the trouble.
Expand Down
174 changes: 0 additions & 174 deletions ci/appveyor_irc-notify.py

This file was deleted.

2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ autoreconf -ifv
cd $(mktemp -d)
trap 'rm -rf ~+ || true' EXIT
~-/configure --{build,host}=${CONFIGURE_HOST} ${CONFIGURE_OPTS} \
--disable-dependency-tracking --disable-silent-rules --enable-debug-checks
--disable-dependency-tracking --disable-silent-rules --enable-debug-checks

# test
if ! make -j$(nproc) distcheck DISTCHECK_CONFIGURE_FLAGS=${CONFIGURE_OPTS}
Expand Down

0 comments on commit 9237001

Please sign in to comment.