-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README:Update README files and prepare the repo for the new default b…
…ranch. Change all the links to point to the new default branch and remove unused appveyor status badge. Signed-off-by: AlexandraTrifan <[email protected]>
- Loading branch information
1 parent
2499612
commit 0737391
Showing
5 changed files
with
21 additions
and
14 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 |
---|---|---|
|
@@ -17,10 +17,10 @@ pushd ${TOP_DIR}/build | |
echo_green "Documentation was generated successfully!" | ||
|
||
############################################################################ | ||
# If the current build is not a pull request and it is on master the | ||
# If the current build is not a pull request and it is on the default branch the | ||
# documentation will be pushed to the gh-pages branch | ||
############################################################################ | ||
if [[ "${IS_PULL_REQUEST}" == "False" && "${BRANCH_NAME}" == "master" ]] | ||
if [[ "${IS_PULL_REQUEST}" == "False" && "${BRANCH_NAME}" == "main" ]] | ||
then | ||
echo_green "Running Github docs update on commit '$CURRENT_COMMIT'" | ||
git config --global user.email "[email protected]" | ||
|
@@ -59,5 +59,5 @@ then | |
echo_green "Documentation already up to date!" | ||
fi | ||
else | ||
echo_green "Documentation will be updated when this commit gets on master!" | ||
echo_green "Documentation will be updated when this commit gets on the default branch!" | ||
fi |
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,9 +1,18 @@ | ||
[![Linux Status](https://dev.azure.com/AnalogDevices/M2k/_apis/build/status/analogdevicesinc.libm2k?branchName=master)](https://dev.azure.com/AnalogDevices/M2k/_build/latest?definitionId=17&branchName=master) | ||
[![Windows status](https://ci.appveyor.com/api/projects/status/88c4emamq2mg7c57/branch/master?svg=true)](https://ci.appveyor.com/project/analogdevicesinc/libm2k/branch/master) | ||
|
||
![libm2k logo](doc/img/libm2k_logo.png) | ||
|
||
## Important note (January 2024) | ||
|
||
This version is compatible with libiio v0.25 or older - [libiio-v0](https://github.com/analogdevicesinc/libiio/tree/libiio-v0) | ||
|
||
# libm2k | ||
|
||
Library for interfacing with the ADALM2000. More information available at https://wiki.analog.com/libm2k. | ||
Windows builds available at https://ci.appveyor.com/project/analogdevicesinc/libm2k | ||
|
||
|
||
[[Docs](http://analogdevicesinc.github.io/libm2k)] | ||
[[Support](https://ez.analog.com/adieducation/university-program)] | ||
[[Github](https://github.com/analogdevicesinc/libm2k/issues)] | ||
[[Wiki](https://wiki.analog.com/libm2k)] | ||
|
||
## Installing | ||
You can install the [latest release](https://github.com/analogdevicesinc/libm2k/releases/latest) or use the latest **untested** binaries from the default branch: [![default branch](https://dev.azure.com/AnalogDevices/M2k/_apis/build/status/analogdevicesinc.libm2k?branchName=main)](https://dev.azure.com/AnalogDevices/M2k/_build/latest?definitionId=17&branchName=main) |
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
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
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