Skip to content

Commit

Permalink
Revert "Use the Conan package manager (XRPLF#4367)"
Browse files Browse the repository at this point in the history
This reverts commit c3a9f3d.
  • Loading branch information
RichardAH committed Apr 6, 2023
1 parent a5ca117 commit 311d0b8
Show file tree
Hide file tree
Showing 63 changed files with 5,435 additions and 1,423 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build and publish Doxygen documentation
# To test this workflow, push your changes to your fork's `develop` branch.
on:
push:
branches:
Expand All @@ -12,18 +11,12 @@ jobs:
image: docker://rippleci/rippled-ci-builder:2944b78d22db
steps:
- name: checkout
uses: actions/checkout@v3
- name: check environment
run: |
echo ${PATH} | tr ':' '\n'
cmake --version
doxygen --version
env
uses: actions/checkout@v2
- name: build
run: |
mkdir build
cd build
cmake -Donly_docs=TRUE ..
cmake -DBoost_NO_BOOST_CMAKE=ON ..
cmake --build . --target docs --parallel $(nproc)
- name: publish
uses: peaceiris/actions-gh-pages@v3
Expand Down
96 changes: 0 additions & 96 deletions .github/workflows/nix.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/windows.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build/docker

# Ignore object files.
*.o
build
.nih_c
tags
TAGS
Expand Down Expand Up @@ -69,7 +70,7 @@ docs/html_doc
# Xcode user-specific project settings
# Xcode
.DS_Store
/build/
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
Expand Down
Loading

0 comments on commit 311d0b8

Please sign in to comment.