Skip to content

Commit

Permalink
Update doc links 43 (#1307)
Browse files Browse the repository at this point in the history
* Update core bindings

* Update SWIG bindings and show OtherComponentsNode to enable access to iMUs in GUI

* Fix some compilation warnings

* Update welcome page

* Update continuous-integration.yml

Restore opensim-core build caching on windows and osx now that we're not changing build tools not captured by caching mechanism

* Update doxygen link to 4.3
  • Loading branch information
aymanhab authored Jul 7, 2021
1 parent f6b2617 commit 003367c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
key: ${{ runner.os }}-${{ steps.opensim-core-commit.outputs.hash }}

- name: Build opensim-core
# if: steps.cache-core.outputs.cache-hit != 'true'
if: steps.cache-core.outputs.cache-hit != 'true'
run: |
echo $env:GITHUB_WORKSPACE\\build_core
mkdir $env:GITHUB_WORKSPACE\\build_core
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
key: ${{ runner.os }}-dependencies-${{ hashFiles('opensim-core/dependencies/*') }}

- name: Build opensim-core-dependencies
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
mkdir build_deps
cd build_deps
Expand All @@ -241,7 +241,7 @@ jobs:
key: ${{ runner.os }}-${{ steps.opensim-core-commit.outputs.hash }}

- name: Install SWIG
# if: steps.cache-swig.outputs.cache-hit != 'true'
if: steps.cache-swig.outputs.cache-hit != 'true'
run: |
mkdir ~/swig-source && cd ~/swig-source
wget https://github.com/swig/swig/archive/refs/tags/rel-4.0.2.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class OpenDoxygenAction extends CallableSystemAction {
public void performAction() {
try {
String basePath = TheApp.getCrossPlatformInstallDir();
String doxygenPath = BrowserLauncher.isConnected() ? "https://simtk.org/api_docs/opensim/api_docs42/" :
String doxygenPath = BrowserLauncher.isConnected() ? "https://simtk.org/api_docs/opensim/api_docs43/" :
new File(basePath + "/sdk/doc/OpenSimAPI.html").toURI().toURL().toString();

BrowserLauncher.openURL(doxygenPath);
Expand Down
2 changes: 1 addition & 1 deletion opensim-visualizer

0 comments on commit 003367c

Please sign in to comment.